DataType Constructor (Type)

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(
	Type systemType
)

Parameters

systemType
Type: SystemType
System (.NET) data type.
See Also