| AbstractDatabaseAbstracterType Property |
A string describing the underlying database.
Namespace: Activsoft.Engine.DbAssembly: Activsoft.Engine (in Activsoft.Engine.dll) Version: 6.0.0.0
Syntaxpublic abstract string Type { get; }Public MustOverride ReadOnly Property Type As String
Get
public:
virtual property String^ Type {
String^ get () abstract;
}abstract Type : string with get
Property Value
Type:
StringImplements
IDatabaseAbstracterType
See Also