RAD Studio VCL Reference
|
Returns a specified SQL statement used when applying cached updates.
property SQL [UpdateKind: TUpdateKind]: TStrings;
__property TStrings SQL[TUpdateKind UpdateKind];
Returns the SQL statement in the ModifySQL, InsertSQL, or DeleteSQL property, depending on the setting of UpdateKind. UpdateKind can be any of the following:
Value Meaning
ukModify Return the SQL statement used to update records in the dataset
ukInsert Return the SQL statement used to insert new records into the dataset
ukDelete Return the SQL statement used to delete records in the dataset
Copyright(C) 2009 Embarcadero Technologies, Inc. All Rights Reserved.
|
What do you think about this topic? Send feedback!
|