[]
        
(Showing Draft Content)

C1.AdoNet.OData.C1ODataCommand.SupportInsert

SupportInsert Method

SupportInsert(InsertStatement)

Checks whether the passed insertStatement can or cannot be executed on the server.

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

A boolean indicating if the passed insertStatement can be executed.

Overrides