SQL::TableInfo::Clear()
Syntax
Result_Flag as L = <SQL::TableInfo>.Clear()
|
Argument |
Description |
|
Result_Flag |
TRUE (.T.) if the operation was successful; otherwise FALSE (.F.). |
|
<SQL::TableInfo> |
Description
The Clear() method clears out the SQL::TableInfo object as if it had just been created.
Example
|
dim TableInfo as SQL::TableInfo TableInfo.Name = "MyTable" IndexInfo.Name = "Primary_Key" TableInfo.Clear() ? TableInfo.Name = "" |
See Also
Supported By
Alpha Five Version 8 Enterprise Edition
Limitations
Desktop applications only.