RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TAdoDbxParameter Properties

The properties of the TAdoDbxParameter class are listed here.

 
Name 
Description 
 
Gets or sets the data type of the parameter. 
 
TDBXDataTypes data type 
 
TDBXDataTypessub type 
 
Gets or sets a value indicating whether the parameter is input-only, output-only, bidirectional, or a stored procedure return value parameter. 
 
Gets or sets the value that determines whether or not a parameter value can be null. 
 
Gets and sets the parameter name of the given parameter in a parameter collection. 
 
Gets or sets the maximum number of digits used to represent the Value property. 
 
Gets and sets the scale of the Value property, which contains either a numeric or decimal value. 
 
Size 
Gets and sets the size of the parameter value in bytes. 
 
The name of the source column mapped to the DataSet. The default is an empty string. 
 
Sets or gets a value indicating whether the column can be null. 
 
Gets or sets the DataRowVersion to use when loading Value
 
Gets or sets the value of the parameter. 
Copyright(C) 2008 CodeGear(TM). All Rights Reserved.
What do you think about this topic? Send feedback!