RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
DataStoreCommand.CommandType Property

Gets or sets a value specifying how the CommandText property should be used.

Pascal
property CommandType: CommandType;
C++
__property CommandType CommandType;

CommandType gets or sets a value specifying how the CommandText property should be used. Must be one of CommandType.Text, CommandType.StoredProcedure, CommandType.Table values. Default is CommandType.Text

 

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