Click or drag to resize

OrmConfigurationSectionGetProvider Method

Get the specified provider

Namespace:  SanteDB.OrmLite.Configuration
Assembly:  SanteDB.OrmLite (in SanteDB.OrmLite.dll) Version: 2.2.1
Syntax
public IDbProvider GetProvider(
	string invariant
)

Parameters

invariant
Type: SystemString

[Missing <param name="invariant"/> documentation for "M:SanteDB.OrmLite.Configuration.OrmConfigurationSection.GetProvider(System.String)"]

Return Value

Type: IDbProvider

[Missing <returns> documentation for "M:SanteDB.OrmLite.Configuration.OrmConfigurationSection.GetProvider(System.String)"]

See Also