Proprietà QSConnection.IndexProperty.Columns

QSAdoNet

Proprietà QSConnectionIndexPropertyColumns

Indica le colonne coinvolte nell'indice.

Namespace:  QSAdoNet
Assembly:  QSAdoNet (in QSAdoNet.dll) Versione: 1.0.0.0 (1.0.0.0)
Sintassi
public 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à

Tipo: ListString
Vedi anche