DataConnector | ComponentOne
C1.AdoNet.CSV Assembly / C1.AdoNet.CSV Namespace / C1CSVCommand Class / SupportInsert Method

In This Topic
    SupportInsert Method (C1CSVCommand)
    In This Topic
    To check or not if insertStmt can be executed directly on the CSV server.
    Syntax
    'Declaration
     
    Protected Overrides NotOverridable Function SupportInsert( _
       ByVal insertStmt As InsertStatement _
    ) As Boolean
    protected override bool SupportInsert( 
       InsertStatement insertStmt
    )

    Parameters

    insertStmt

    Return Value

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