AdoParameter:Init()

<< Click to Display Table of Contents >>

Navigation:  Ado Classes > AdoParameter Class >

AdoParameter:Init()

Previous pageReturn to chapter overviewNext page

Purpose

Create Object of type AdoParameter

 

Prototype

METHOD INIT ( ptrIf, bAddRef )  CLASS AdoParameter

 

Argument(s)

ptrIf        (Optional) Interface Pointer, Vo2Ado Object, IUnknown object, OleAutoObject or VoCom Idispatch_ object.  When omitted a new Parameter is created

bAddRef        (Optional) Is it necessary to increment the usage count by calling AddRef

 

Description

An AdoParameter object can be created independantly or by calling the Item access/method of the AdoParameters Collection, or the CreateParameter method of the AdoCommand object

 

See Also

AdoParameter, AdoCommand:CreateParameter, AdoParameters