Click or drag to resize

IDbProviderGetIndexFunction Method

Gets the specified indexing function

Namespace:  SanteDB.OrmLite.Providers
Assembly:  SanteDB.OrmLite (in SanteDB.OrmLite.dll) Version: 2.2.1
Syntax
IDbIndexFunction GetIndexFunction(
	string name
)

Parameters

name
Type: SystemString
The name of the indexing function to retrieve ($default is the default provider)

Return Value

Type: IDbIndexFunction
The retrieved indexing function if it is provided by the provider
See Also