[]
        
(Showing Draft Content)

C1.AdoNet.Kintone.C1KintoneCommand.SupportInsert

SupportInsert Method

SupportInsert(InsertStatement)

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

Declaration
protected override bool SupportInsert(InsertStatement insertStatement)
Protected Overrides Function SupportInsert(insertStatement As InsertStatement) As Boolean
Parameters
Type Name Description
InsertStatement insertStatement
Returns
Type Description
bool

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

Overrides