Share via


SystemDataTypeLookupBase.Numeric Method

Include Protected Members
Include Inherited Members

Gets the ISystemDataType object that represents the numeric 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 Numeric() Gets the ISystemDataType object that represents the numeric data type.
Public method Numeric(Int32) Gets the ISystemDataType object that represents the numeric data type and has the specified precision.
Public method Numeric(Int32, Int32) Gets the ISystemDataType object that represents the numeric data type and has the specified precision and scale.

Top