AdoAdo:GetProperty()

<< Click to Display Table of Contents >>

Navigation:  Support Classes > AdoAdo Class >

AdoAdo:GetProperty()

Previous pageReturn to chapter overviewNext page

Purpose

 

Get value of named property, or NIL if it doesn't exist

 

Prototype

METHOD GetProperty ( cName AS STRING  )  AS USUAL PASCAL CLASS AdoAdo

 

Argument(s)

 

cName        name of property where we want the value from

 

Return

 

USUAL        Value of the property, or NIL if no value

 

See Also

 

AdoAdo