Click or drag to resize

RGDataContextBaseConnection Property

Returns the connection being used by this context.

Namespace:  Recrovit.RecroGridFramework.Data
Assembly:  Recrovit.RecroGrid (in Recrovit.RecroGrid.dll) Version: 6.0.0
Syntax
C#
public virtual DbConnection Connection { get; }

Property Value

Type: DbConnection
The connection.
See Also