Click or drag to resize

RGQueryRGDataContext Property

Gets or sets the RGDataContext.

Namespace:  Recrovit.RecroGridFramework.Data
Assembly:  Recrovit.RecroGrid (in Recrovit.RecroGrid.dll) Version: 6.0.0
Syntax
C#
public IRGDataContext RGDataContext { get; protected set; }

Property Value

Type: IRGDataContext
The RGDataContext data context.
See Also