RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TUpdateSQL.SQL Property

Returns a specified SQL statement used when applying cached updates.

Pascal
property SQL [UpdateKind: TUpdateKind]: TStrings;
C++
__property TStrings SQL[TUpdateKind UpdateKind];

Returns the SQL statement in the ModifySQL, InsertSQL, or DeleteSQL property, depending on the setting of the UpdateKind index. UpdateKind can be any of the following:

Value 
Meaning 
ukDelete  
Return the query object used to execute DELETE statements (DeleteSQL).  
ukInsert  
Return the query object used to execute INSERT statements (InsertSQL).  
ukModify  
Return the query object used to execute UPDATE statements (ModifySQL).  

 

Copyright(C) 2009 Embarcadero Technologies, Inc. All Rights Reserved.
What do you think about this topic? Send feedback!