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

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

    Parameters

    insertStatement
    The insert statement.

    Return Value

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