Click or drag to resize

RGDataContextBaseEntityTypes Property

Gets the entity types.

Namespace:  Recrovit.RecroGridFramework.Data
Assembly:  Recrovit.RecroGrid (in Recrovit.RecroGrid.dll) Version: 2.6.0
Syntax
C#
public IEnumerable<Type> EntityTypes { get; }

Property Value

Type: IEnumerableType
The entity types.
See Also