Syntax
bResult=obj.Methods
Returns
String: a RETURN separated list of methods supported by the wrapper for the given ADO object
Description
Returns the string with list of supported ADO methods one method per line. Use it to quickly display which methods you can use with the object.
Sample
cnn=xtra("ADOxtra").CreateObject(#Connection) put cnn.methods