[]
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)
Protected Overridable Function SupportUpdate(updateStatement As UpdateStatement) As Boolean
| Type | Name | Description |
|---|---|---|
| UpdateStatement | updateStatement | The insert statement. |
| Type | Description |
|---|---|
| bool | A boolean indicating if |