Proprietà QSConnectionIndexPropertyColumns
             | 
          
        
        
            Indica le colonne coinvolte nell'indice.
            
        
        Namespace: QSAdoNetAssembly: QSAdoNet (in QSAdoNet.dll) Versione: 27.4.0
Sintassipublic List<string> Columns { get; set; }Public Property Columns As List(Of String)
	Get
	Set
public:
property List<String^>^ Columns {
	List<String^>^ get ();
	void set (List<String^>^ value);
}member Columns : List<string> with get, set
Valore della proprietà
ListString
Vedi anche