DataConnector | ComponentOne
C1.AdoNet.OData Assembly / C1.AdoNet.OData Namespace / C1ODataCommand Class / SupportInsert Method

In This Topic
    SupportInsert Method (C1ODataCommand)
    In This Topic
    To check or not if insertStatement can be executed directly on the OData 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 OData server.
    See Also