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

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

    Parameters

    updateStatement

    Return Value

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