| AdoNetConfigurationProviderPlatform Property |
Gets the platform
Namespace:
SanteDB.OrmLite.Providers
Assembly:
SanteDB.OrmLite (in SanteDB.OrmLite.dll) Version: 2.2.1
Syntax public abstract OperatingSystemID Platform { get; }
Public MustOverride ReadOnly Property Platform As OperatingSystemID
Get
public:
virtual property OperatingSystemID Platform {
OperatingSystemID get () abstract;
}
abstract Platform : OperatingSystemID with get
Property Value
Type:
OperatingSystemIDImplements
IDataConfigurationProviderPlatformSee Also