AdoProperty Class

<< Click to Display Table of Contents >>

Navigation:  Ado Classes >

AdoProperty Class

Previous pageReturn to chapter overviewNext page

Purpose

A Property object represents characteristic of an ADO object that is defined by the provider.

 

Prototype

CLASS AdoProperty INHERIT AdoObject

 

Constructor

 

 

 

Init()

Create Object of type AdoProperty

 


Properties

 

Attributes

One or more characteristics of a Property

Name

The name of the Property

Type

The data type of the Property

Value

The value assigned to the Property

 

 

 

See Also

AdoObject, AdoProperties, ADO Classes