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