'Declaration Protected Overridable Function SupportUpdate( _ ByVal updateStatement As UpdateStatement _ ) As Boolean
protected virtual bool SupportUpdate( UpdateStatement updateStatement )
Parameters
- updateStatement
- The insert statement.
Return Value
A boolean indicating if updateStatement can be executed directly on the server.