Click or drag to resize

IRGDataContextEntityTypes Property

Gets the entity types.

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

Property Value

Type: IEnumerableType
The entity types.
See Also