[]
Virtual method to check whether or not insertStatement can be executed directly
on the server pointed by the connection used by this command.
protected virtual bool SupportInsert(InsertStatement insertStatement)
Protected Overridable Function SupportInsert(insertStatement As InsertStatement) As Boolean
| Type | Name | Description |
|---|---|---|
| InsertStatement | insertStatement | The insert statement. |
| Type | Description |
|---|---|
| bool | A boolean indicating if |