Libreria query DedNet
Metodo QSConnectionCreateIndexCommand (String, String, 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 )
Public Function CreateIndexCommand ( tableName As String, nomeIndice As String, unique As Boolean ) As QsCreateIndexCommand
public: QsCreateIndexCommand^ CreateIndexCommand( String^ tableName, String^ nomeIndice, bool unique )
member CreateIndexCommand : tableName : string * nomeIndice : string * unique : 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
Valore di ritorno
Tipo: QsCreateIndexCommand