[]
        
(Showing Draft Content)

C1.AdoNet.CSV.C1CSVCommand.SupportInsert

SupportInsert Method

SupportInsert(InsertStatement)

To check or not if insertStmt can be executed directly on the CSV server.

Declaration
protected override bool SupportInsert(InsertStatement insertStmt)
Parameters
Type Name Description
InsertStatement insertStmt
Returns
Type Description
bool

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

Overrides