 | IDbIndexFunctionCreateIndex Method |
Create the statement to define the index
Namespace: SanteDB.OrmLite.ProvidersAssembly: SanteDB.OrmLite (in SanteDB.OrmLite.dll) Version: 3.0.2081-alpha+d0a78774d3f97b9193d2ae2fef6d129ea9f29519
SyntaxSqlStatementBuilder CreateIndex(
string indexName,
string tableName,
string column
)
Function CreateIndex (
indexName As String,
tableName As String,
column As String
) As SqlStatementBuilder
SqlStatementBuilder^ CreateIndex(
String^ indexName,
String^ tableName,
String^ column
)
abstract CreateIndex :
indexName : string *
tableName : string *
column : string -> SqlStatementBuilder Parameters
- indexName String
- The index name
- tableName String
- The table to be indexed
- column String
- The column to be indexed
Return Value
SqlStatementBuilder[Missing <returns> documentation for "M:SanteDB.OrmLite.Providers.IDbIndexFunction.CreateIndex(System.String,System.String,System.String)"]
See Also