Click or drag to resize

RGDataContextBaseAddObjectTEntity Method

Adds an object to the object context.

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

Parameters

entity
Type: TEntity
The entity.

Type Parameters

TEntity
The type of the entity.
See Also