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.2081-alpha+b4ae72647f2cc271f89142f76fff26ad69e00f5a
Syntax
[ObsoleteAttribute]
IEnumerable<IDataFeature> GetFeatures(
	ConnectionString connectionString
)

Parameters

connectionString  ConnectionString
The connection string on which the provider should detect available updates

Return Value

IEnumerableIDataFeature
The features which can be applied to connectionString
See Also