<< Click to Display Table of Contents >> AdoParameter:Init() |
![]() ![]() ![]() |
Create Object of type AdoParameter
METHOD INIT ( ptrIf, bAddRef ) CLASS AdoParameter
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
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
AdoParameter, AdoCommand:CreateParameter, AdoParameters