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)
Syntaxpublic static DataType Decimal(
int numericPrecision,
int numericScale
)
Public Shared Function Decimal (
numericPrecision As Integer,
numericScale As Integer
) As DataType
public:
static DataType Decimal(
int numericPrecision,
int numericScale
)
static member Decimal :
numericPrecision : int *
numericScale : int -> DataType
Parameters
- numericPrecision
- Type: SystemInt32
The numeric precision. - numericScale
- Type: SystemInt32
The numeric scale.
Return Value
Type:
DataTypeThe data type.
See Also