<< Click to Display Table of Contents >> AdoViews:Append() |
![]() ![]() ![]() |
Appends an View to the collection
METHOD Append ( cName AS STRING,oCommand AS AdoCommand ) AS LOGIC PASCAL CLASS AdoViews
cName name of View to append to the collection.
oCommand Command object that represents the View to create and append.
LOGIC TRUE is the append was succesfull, else FALSE
AdoViews, AdoViews:Delete(), AdoCommand