DbDataAdapter Connection Property NReco.Data Class Library Documentation
Gets IDbConnection associated with this data adapter.

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

public IDbConnection Connection { get; }

Property Value

Type: IDbConnection
See Also