Share via


ISystemDataTypeLookup.Find Method

Include Protected Members
Include Inherited Members

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

Top