[]
Virtual method to check whether or not updateStatement
can be executed directly
on the server pointed by the connection used by this command.
protected virtual bool SupportUpdate(UpdateStatement updateStatement)
Type | Name | Description |
---|---|---|
UpdateStatement | updateStatement | The insert statement. |
Type | Description |
---|---|
bool | A boolean indicating if |