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: 2.2.1
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