|
Parameter Object
The Parameter object contains information about a parameter
used in a stored procedure or query.
Syntax
objectname.property objectname.method
Properties
Property Description
Attributes
Sets or returns the attributes of a Parameter object
Direction
Sets or returns how a parameter is passed to or from a
procedure
Name
Sets or returns the name of a Parameter object
NumericScale
Sets or returns the number of decimal places allowed for
numeric values in a Parameter object
Precision
Sets or returns the maximum number of digits allowed when
representing values in a Parameter object
Size
Sets or returns the maximum size of a value in
a Parameter object
Type
Sets or returns the type of a Parameter object
Value
Sets or returns the value of a Parameter object
Methods
Method Description
AppendChunk
Appends data to a Parameter object
Delete
Deletes an object from the Parameters Collection
|