RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TAdoDbxParameter.DbType Property

Gets or sets the data type of the parameter.

Pascal
property DbType: DbType;
C++
__property DbType DbType;

DbType is the parameter type, specified by a DbType enumeration. If the type is not specified, you can infer the .NET data provider type of the parameter from the Value property of the TAdoDbxParameter object though it is not explicitly set. 

 

Copyright(C) 2008 CodeGear(TM). All Rights Reserved.
What do you think about this topic? Send feedback!