Click or drag to resize

RGDataContextBaseEntityNames Property

Gets the entity names.

Namespace:  Recrovit.RecroGridFramework.Data
Assembly:  Recrovit.RecroGrid (in Recrovit.RecroGrid.dll) Version: 1.7.3
Syntax
C#
public virtual IEnumerable<string> EntityNames { get; }

Property Value

Type: IEnumerableString
The entity names.
See Also