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

In This Topic
    SupportDelete Method (C1ODataCommand)
    In This Topic
    Checks whether the passed deleteStatement can or cannot be executed on the server.
    Syntax
    'Declaration
     
    Protected Overrides NotOverridable Function SupportDelete( _
       ByVal deleteStatement As DeleteStatement _
    ) As Boolean
    protected override bool SupportDelete( 
       DeleteStatement deleteStatement
    )

    Parameters

    deleteStatement

    Return Value

    A boolean indicating if the passed deleteStatement can be executed.
    See Also