Click or drag to resize

IRGDataContextAddObjectTEntity Method

Adds an object to the object context.

Namespace:  Recrovit.RecroGridFramework.Data
Assembly:  Recrovit.RecroGrid (in Recrovit.RecroGrid.dll) Version: 2.6.0
Syntax
C#
void AddObject<TEntity>(
	TEntity entity
)
where TEntity : class

Parameters

entity
Type: TEntity
The entity.

Type Parameters

TEntity
The type of the entity.
See Also