AdoTable Class

<< Click to Display Table of Contents >>

Navigation:  Adox Classes >

AdoTable Class

Previous pageReturn to chapter overviewNext page

Purpose

Table Class (ADOX)

 

Prototype

CLASS AdoTable INHERIT AdoObject

 

Constructor

Init()        Create Object of type AdoTable

 

 

Access

Columns        Collection of Columns

DateCreated        The date the object was created

DateModified        The date the object was last modified

Indexes        Collection of Indexes

Keys        Collection of Keys

Name        The name of the Table

ParentCatalog        The parent catalog

Properties        Collection of Property objects

Type        The type of the table

 

Assign

Name        The name of the Table

ParentCatalog        The parent catalog

 

Description

Represents a database table including columns, indexes, and keys

 

See Also

AdoObject, ADOX Classes, AdoTables, AdoColumns, AdoIndexes, AdoKeys