AdoCommand:CreateParameter()

<< Click to Display Table of Contents >>

Navigation:  Ado Classes > AdoCommand Class >

AdoCommand:CreateParameter()

Previous pageReturn to chapter overviewNext page

Purpose

Creates a new Parameter object with the specified properties

 

Prototype

METHOD CreateParameter ( cName AS USUAL, nType AS USUAL, nDir AS USUAL, nSize AS USUAL,   uValue AS USUAL )  AS AdoParameter PASCAL CLASS AdoCommand

 

Argument(s)

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

 

 

Return

OBJECT        AdoParameter Object

 

See Also

AdoCommand, AdoParameter, AdoCommand:Parameters_