Share via


SystemDataTypeLookupBase.Decimal Method

Include Protected Members
Include Inherited Members

Gets the ISystemDataType object that represents the decimal data type.

This member is overloaded. For complete information about this member, including syntax, usage, and examples, click a name in the overload list.

Overload List

  Name Description
Public method Decimal() Gets the ISystemDataType object that represents the decimal data type.
Public method Decimal(Int32) Gets the ISystemDataType object that represents the decimal data type and has the specified precision.
Public method Decimal(Int32, Int32) Gets the ISystemDataType object that represents the decimal data type and has the specified precision and scale.

Top