DataTypeDecimal Method (Int32) |
Returns a decimal
DataType with the specified precision.
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
)
Public Shared Function Decimal (
numericPrecision As Integer
) As DataType
public:
static DataType Decimal(
int numericPrecision
)
static member Decimal :
numericPrecision : int -> DataType
Parameters
- numericPrecision
- Type: SystemInt32
The numeric precision.
Return Value
Type:
DataTypeThe data type.
See Also