Click or drag to resize

IDataConfigurationProviderGetFeatures Method

Note: This API is now obsolete.

Get data features matching this invariant name

Namespace:  SanteDB.Core.Configuration.Data
Assembly:  SanteDB.Core.Api (in SanteDB.Core.Api.dll) Version: 3.0.481-alpha
Syntax
[ObsoleteAttribute]
IEnumerable<IDataFeature> GetFeatures(
	ConnectionString connectionString
)

Parameters

connectionString
Type: SanteDB.Core.Configuration.DataConnectionString
The connection string on which the provider should detect available updates

Return Value

Type: IEnumerableIDataFeature
The features which can be applied to connectionString
See Also