DbBatchCommandBuilder CurrentBatchCommand Property NReco.Data Class Library Documentation
Gets current IDbCommand with batch of SQL statements.

Namespace: NReco.Data
Assembly: NReco.Data (in NReco.Data.dll) Version: 1.0.2
Syntax

public IDbCommand CurrentBatchCommand { get; }

Property Value

Type: IDbCommand
See Also