Click or drag to resize

IDbStatementFactoryCreateIndex Method

Create the statement to define the index

Namespace: SanteDB.OrmLite.Providers
Assembly: SanteDB.OrmLite (in SanteDB.OrmLite.dll) Version: 3.0.2081-alpha+d0a78774d3f97b9193d2ae2fef6d129ea9f29519
Syntax
SqlStatement CreateIndex(
	string indexName,
	string tableName,
	string column,
	bool isUnique
)

Parameters

indexName  String
The index name
tableName  String
The table to be indexed
column  String
The column to be indexed
isUnique  Boolean
True if the index is uique

Return Value

SqlStatement

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

See Also