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

In This Topic
    SupportInsert Method (C1ODataCommand)
    In This Topic
    Checks whether the passed insertStatement can or cannot be executed on the 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 the passed insertStatement can be executed.
    See Also