DataConnector | ComponentOne
C1.AdoNet.Kintone Assembly / C1.AdoNet.Kintone Namespace / C1KintoneCommand Class / SupportInsert Method

In This Topic
    SupportInsert Method (C1KintoneCommand)
    In This Topic
    To check or not if insertStatement can be executed directly on the Kintone server.
    Syntax
    'Declaration
     
    Protected Overrides NotOverridable Function SupportInsert( _
       ByVal insertStatement As InsertStatement _
    ) As Boolean
    protected override bool SupportInsert( 
       InsertStatement insertStatement
    )

    Parameters

    insertStatement

    Return Value

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