| 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
)
<ObsoleteAttribute>
Function GetFeatures (
connectionString As ConnectionString
) As IEnumerable(Of IDataFeature)
[ObsoleteAttribute]
IEnumerable<IDataFeature^>^ GetFeatures(
ConnectionString^ connectionString
)
[<ObsoleteAttribute>]
abstract GetFeatures :
connectionString : ConnectionString -> IEnumerable<IDataFeature>
Parameters
- connectionString
- Type: SanteDB.Core.Configuration.DataConnectionString
The connection string on which the provider should detect available updates
Return Value
Type:
IEnumerableIDataFeatureThe features which can be applied to
connectionStringSee Also