DataTypeDecimal Method (Int32, Int32)

Returns a decimal DataType with the specified precision and scale.

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 static DataType Decimal(
	int numericPrecision,
	int numericScale
)

Parameters

numericPrecision
Type: SystemInt32
The numeric precision.
numericScale
Type: SystemInt32
The numeric scale.

Return Value

Type: DataType
The data type.
See Also