AdoView Class

<< Click to Display Table of Contents >>

Navigation:  Adox Classes >

AdoView Class

Previous pageReturn to chapter overviewNext page

Purpose

View Class (ADOX)

 

Prototype

CLASS AdoView INHERIT AdoObject

 

Constructor

Init()        Create Object of type AdoView

 

Properties

DateCreated        The date the object was created

DateModified        The date the object was last modified

Name        The name of the View

 

Description

Represents a filtered set of records or a virtual table. When used in conjunction with the ADO Command object, the View object can be used for adding, deleting, or modifying views

 

See Also

AdoObject, ADOX Classes, AdoViews