Click or drag to resize

IDbIndexFunction Interface

A function which can translate codes to indexing

Namespace: SanteDB.OrmLite.Providers
Assembly: SanteDB.OrmLite (in SanteDB.OrmLite.dll) Version: 3.0.2081-alpha+d0a78774d3f97b9193d2ae2fef6d129ea9f29519
Syntax
public interface IDbIndexFunction

The IDbIndexFunction type exposes the following members.

Properties
 NameDescription
Public propertyName Gets the name of the index
Public propertyProvider Gets the provider to which this index function applies
Top
Methods
 NameDescription
Public methodCreateIndex Create the statement to define the index
Top
See Also