<< Click to Display Table of Contents >> AdoCommand:CreateParameter() |
![]() ![]() ![]() |
Creates a new Parameter object with the specified properties
METHOD CreateParameter ( cName AS USUAL, nType AS USUAL, nDir AS USUAL, nSize AS USUAL, uValue AS USUAL ) AS AdoParameter PASCAL CLASS AdoCommand
cName (Optional) String Name of the Parameter
nType (Optional) Long Type of the Parameter
nDir (Optional) Long Direction of the Parameter
nSize (Optional) Long Size of the Parameter
uValue (Optional) Usual Value of the Parameter
OBJECT AdoParameter Object
AdoCommand, AdoParameter, AdoCommand:Parameters_