Click or drag to resize

IDbIndexFunctionCreateIndex Method

Create the statement to define the index

Namespace:  SanteDB.OrmLite.Providers
Assembly:  SanteDB.OrmLite (in SanteDB.OrmLite.dll) Version: 2.2.1
Syntax
SqlStatement CreateIndex(
	string indexName,
	string tableName,
	string column
)

Parameters

indexName
Type: SystemString
The index name
tableName
Type: SystemString
The table to be indexed
column
Type: SystemString
The column to be indexed

Return Value

Type: SqlStatement

[Missing <returns> documentation for "M:SanteDB.OrmLite.Providers.IDbIndexFunction.CreateIndex(System.String,System.String,System.String)"]

See Also