RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TAdoDbxParameter Members

The following tables list the members exposed by TAdoDbxParameter.

 
Name 
Description 
 
This is Clone, a member of class TAdoDbxParameter. 
 
This is the overview for the Create constructor overload. 
 
Destroys a TAdoDbxParameter instance. 
 
This is get_DbType, a member of class TAdoDbxParameter. 
 
This is get_Direction, a member of class TAdoDbxParameter. 
 
This is get_IsNullable, a member of class TAdoDbxParameter. 
 
This is get_ParameterName, a member of class TAdoDbxParameter. 
 
This is get_Precision, a member of class TAdoDbxParameter. 
 
This is get_Scale, a member of class TAdoDbxParameter. 
 
This is get_Size, a member of class TAdoDbxParameter. 
 
This is get_SourceColumn, a member of class TAdoDbxParameter. 
 
This is get_SourceColumnNullMapping, a member of class TAdoDbxParameter. 
 
This is get_SourceVersion, a member of class TAdoDbxParameter. 
 
This is get_Value, a member of class TAdoDbxParameter. 
 
Resets the DBType property to original settings. 
 
This is set_DbType, a member of class TAdoDbxParameter. 
 
This is set_Direction, a member of class TAdoDbxParameter. 
 
This is set_IsNullable, a member of class TAdoDbxParameter. 
 
This is set_ParameterName, a member of class TAdoDbxParameter. 
 
This is set_Precision, a member of class TAdoDbxParameter. 
 
This is set_Scale, a member of class TAdoDbxParameter. 
 
This is set_Size, a member of class TAdoDbxParameter. 
 
This is set_SourceColumn, a member of class TAdoDbxParameter. 
 
This is set_SourceColumnNullMapping, a member of class TAdoDbxParameter. 
 
This is set_SourceVersion, a member of class TAdoDbxParameter. 
 
This is set_Value, a member of class TAdoDbxParameter. 
 
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!