RGQueryRGDataContext Property

Gets or sets the RGDataContext.

Definition

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

Property Value

IRGDataContext
The RGDataContext data context.

See Also