[]
        
(Showing Draft Content)

C1.AdoNet.ServiceNow.C1ServiceNowCommand.SupportInsert

SupportInsert Method

SupportInsert(InsertStatement)

To check or not if insertStatement can be executed directly on the ServiceNow server.

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

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

Overrides