DataType Constructor (DatabaseType)

Initializes a new instance of the DataType structure.

Namespace:  Dundas.BI.Data.Metadata
Assembly:  Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (10.0.0.1002)
Syntax
public DataType(
	DatabaseType databaseType
)

Parameters

databaseType
Type: Dundas.BI.DataDatabaseType
Database type.
See Also