With the , methods, properties and collections of a Parameter object, we can do the following:
Set or return the name of the parameter with the Name property.
Set or return the value of the parameter with the Value property. Value is the default property of the Parameter object.
Set or return parameter characteristics with the Direction, Attributes,Precision, NumericScale, Size, and Type properties.
Pass long binary or character data to the parameter object with the AppendChunk method.
Access provider-specific attributes by using the Properties collection.
|