Share via


SystemDataTypeLookupBase.Find Method

Include Protected Members
Include Inherited Members

Retrieves the matching ISystemDataType object.

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 Find(DataTypeSpec, Boolean) Retrieves the ISystemDataType object that has the specified data type specification and maximum storage size (max) setting.
Public method Find(DataTypeSpec, Int32) Retrieves the ISystemDataType object that has the specified data type specification and the specified precision or maximum length.
Public method Find(DataTypeSpec, Int32, Int32) Retrieves the ISystemDataType object that has the specified data type specification, precision, and scale.

Top