 | ICommenceCursorSetColumns Method |
Allows for setting direct columns in batch-mode
Namespace:
Vovin.CmcLibNet.Database
Assembly:
Vovin.CmcLibNet (in Vovin.CmcLibNet.dll) Version: 1.0.7729.42686
Syntaxbool SetColumns(
Object[] columnNames
)
Function SetColumns (
columnNames As Object()
) As Boolean
Parameters
- columnNames
- Type: SystemObject
Object array of columnnames.
Return Value
Type:
Booleantrue on succes,
false on error.
RemarksNote the object and not string type of the array, this is to accomodate COM clients.
See Also