AdoTable:ParentCatalog Assign

<< Click to Display Table of Contents >>

Navigation:  Adox Classes > AdoTable Class >

AdoTable:ParentCatalog Assign

Previous pageReturn to chapter overviewNext page

Purpose

The parent catalog to provide access to provider-specific properties

 

Prototype

ASSIGN ParentCatalog ( oParent AS OBJECT )  AS OBJECT PASCAL CLASS AdoTable

 

Argument(s)

oParent         AdoCatalog Object

 

 

Description

Setting ParentCatalog to an open Catalog allows access to provider-specific properties prior to appending a table or column to a Catalog collection

 

See Also

AdoTable