The UpdateQuery property specifies a parameterized SQL statement to update data.
DataDrivenQueryTask Object |
object.UpdateQuery [= value]
Part | Description |
---|---|
object | Expression that evaluates to an object in the Applies To list. |
value | Parameterized SQL statement to update data |
Although the name of a data-driven query property is preset, its content is not enforced. Any of the queries may be used for any desired operation. The nomenclature is provided as a convenient means of identification, based upon the primary purpose of the operation.
String
Read/write
HRESULT GetUpdateQuery(BSTR *pRetVal);
HRESULT SetUpdateQuery(BSTR NewValue);
DeleteQuery Property | InsertQuery Property |