Open this page in the API Guide

DataType.Currency 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 (25.1.0.1000)
Syntax
public static DataType Currency(
	int numericPrecision
)

Parameters

numericPrecision
Type: System.Int32
The numeric precision.

Return Value

Type: DataType
The data type.
See Also