RGDataContextBaseAddObjectTEntity Method

Adds an object to the object context.

Definition

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

Parameters

entity  TEntity
The entity.

Type Parameters

TEntity
The type of the entity.

See Also