[]
        
(Showing Draft Content)

C1.DataConnector.AdoNet.C1CommandBase.SupportInsert

SupportInsert Method

SupportInsert(InsertStatement)

Virtual method to check whether or not insertStatement can be executed directly on the server pointed by the connection used by this command.

Declaration
protected virtual bool SupportInsert(InsertStatement insertStatement)
Parameters
Type Name Description
InsertStatement insertStatement

The insert statement.

Returns
Type Description
bool

A boolean indicating if insertStatement can be executed directly on the server.