DataTypeCurrency Method

Returns a currency DataType the specified numeric precision.

Namespace:  Dundas.BI.Data.Metadata
Assembly:  Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (26.1.0.1000)
Syntax
public static DataType Currency(
	int numericPrecision
)

Parameters

numericPrecision
Type: SystemInt32
The numeric precision.

Return Value

Type: DataType
The data type.
See Also