[]
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)
Type | Name | Description |
---|---|---|
InsertStatement | insertStatement | The insert statement. |
Type | Description |
---|---|
bool | A boolean indicating if |