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