DataConnector | ComponentOne
C1.AdoNet.Json Assembly / C1.DataConnector.AdoNet Namespace / C1CommandBase Class / SupportDelete Method
The insert statement.

In This Topic
    SupportDelete Method (C1CommandBase)
    In This Topic
    Virtual method to check whether or not deleteStatement can be executed directly on the server pointed by the connection used by this command.
    Syntax
    'Declaration
     
    Protected Overridable Function SupportDelete( _
       ByVal deleteStatement As DeleteStatement _
    ) As Boolean
    protected virtual bool SupportDelete( 
       DeleteStatement deleteStatement
    )

    Parameters

    deleteStatement
    The insert statement.

    Return Value

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