AdoViews:Append()

<< Click to Display Table of Contents >>

Navigation:  Adox Classes > AdoViews Class >

AdoViews:Append()

Previous pageReturn to chapter overviewNext page

Purpose

Appends an View to the collection

 

Prototype

METHOD Append ( cName AS STRING,oCommand AS AdoCommand  )  AS LOGIC PASCAL CLASS AdoViews

 

Argument(s)

cName        name of View to append to the collection.

oCommand        Command object that represents the View to create and append.

 

 

Return

LOGIC        TRUE is the append was succesfull, else FALSE

 

See Also

AdoViews, AdoViews:Delete(), AdoCommand