| 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
)
Function GetIndexFunction (
name As String
) As IDbIndexFunction
IDbIndexFunction^ GetIndexFunction(
String^ name
)
abstract GetIndexFunction :
name : string -> IDbIndexFunction
Parameters
- name
- Type: SystemString
The name of the indexing function to retrieve ($default is the default provider)
Return Value
Type:
IDbIndexFunctionThe retrieved indexing function if it is provided by the provider
See Also