Libreria query DedNet
Metodo QSConnectionCreateIndexCommand (String, String, Boolean, Boolean) |
Crea e restituisce un comando di CREATE INDEX.
Namespace: QSAdoNet
Assembly: QSAdoNet (in QSAdoNet.dll) Versione: 1.0.0.0 (1.0.0.0)

public QsCreateIndexCommand CreateIndexCommand( string tableName, string nomeIndice, bool unique, bool clustered )
Public Function CreateIndexCommand ( tableName As String, nomeIndice As String, unique As Boolean, clustered As Boolean ) As QsCreateIndexCommand
public: QsCreateIndexCommand^ CreateIndexCommand( String^ tableName, String^ nomeIndice, bool unique, bool clustered )
member CreateIndexCommand : tableName : string * nomeIndice : string * unique : bool * clustered : bool -> QsCreateIndexCommand
Parametri
- tableName
- Tipo: SystemString
Nome della table sulla quale creare un indice di un insieme di campi. - nomeIndice
- Tipo: SystemString
- unique
- Tipo: SystemBoolean
- clustered
- Tipo: SystemBoolean
Valore di ritorno
Tipo: QsCreateIndexCommand