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

In This Topic
    SupportUpdate Method (C1CSVCommand)
    In This Topic
    To check whether or not updateStatement can be executed directly on the CSV server.
    Syntax
    'Declaration
     
    Protected Overrides NotOverridable Function SupportUpdate( _
       ByVal updateStmt As UpdateStatement _
    ) As Boolean
    protected override bool SupportUpdate( 
       UpdateStatement updateStmt
    )

    Parameters

    updateStmt

    Return Value

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