Click or drag to resize

IRGDataRec Interface

Wrapper interface for RecroGrid data record.

Namespace:  Recrovit.RecroGridFramework.Data
Assembly:  Recrovit.RecroGrid (in Recrovit.RecroGrid.dll) Version: 6.0.0
Syntax
C#
public interface IRGDataRec

The IRGDataRec type exposes the following members.

Properties
  NameDescription
Public propertyDataRec
Gets or sets the data record.
Public propertyIsTemporary
Gets a value indicating whether Key is empty or temporary.
Public propertyKey
Gets the key of data record.
Top
See Also