ExecuteDbCommandException Command Property NReco.Data Class Library Documentation
Gets a command that generated the error.

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

public IDbCommand Command { get; }

Property Value

Type: IDbCommand
See Also