Gets current
IDbCommand with batch of SQL statements.
Namespace: NReco.DataAssembly: NReco.Data (in NReco.Data.dll) Version: 1.0.2
public IDbCommand CurrentBatchCommand { get; }
public IDbCommand CurrentBatchCommand { get; }
Public ReadOnly Property CurrentBatchCommand As IDbCommand
Get
Public ReadOnly Property CurrentBatchCommand As IDbCommand
Get
public:
property IDbCommand^ CurrentBatchCommand {
IDbCommand^ get ();
}
public:
property IDbCommand^ CurrentBatchCommand {
IDbCommand^ get ();
}
member CurrentBatchCommand : IDbCommand with get
member CurrentBatchCommand : IDbCommand with get
Property Value
Type:
IDbCommand