DataTypeDatabaseType Property |
Gets or sets the data type to which native data type is mapped.
Namespace:
Dundas.BI.Data.Metadata
Assembly:
Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (10.0.0.1002)
Syntaxpublic DatabaseType DatabaseType { get; set; }Public Property DatabaseType As DatabaseType
Get
Set
public:
property DatabaseType DatabaseType {
DatabaseType get ();
void set (DatabaseType value);
}member DatabaseType : DatabaseType with get, set
Property Value
Type:
DatabaseType
See Also