| |
| Name | Returns | Description |
|---|---|---|
| AppendChunk | Appends data to a large or binary Parameter object. |
| Name | Returns | Description |
|---|---|---|
| Attributes | Long | Indicates one or more characteristics of a Parameter object. |
| Direction | ParameterDirectionEnum | Indicates whether the Parameter object represents an input parameter, an output parameter, or both, or if the parameter is a return value from a stored procedure. |
| Name | String | Indicates the name of the Parameter object. |
| NumericScale | Byte | Indicates the scale of numeric values for the Parameter object. |
| Precision | Byte | Indicates the degree of precision for numeric values in the Parameter object. |
| Properties | Properties | Contains all of the Property objects for a Parameter object. |
| Size | Long | Indicates the maximum size, in bytes or characters , of a Parameter object. |
| Type | DataTypeEnum | Indicates the data type of the Parameter object. |
| Value | Variant | Indicates the value assigned to the Parameter object. |
| |