Xbasic
SQL::DataTypeInfoClone Method
Syntax
Copy as SQL::DataTypeInfo = Clone()
Arguments
- Copy
A new SQL::DataTypeInfo object.
Description
Creates a copy of an object instance.
Discussion
The SQL::DataTypeInfo.Clone() method makes a copy of the SQL::DataTypeInfo object and its properties. Use this function when defining an array of SQL::DataTypeInfo objects.
See Also