Click or drag to resize

EntitySet<TEntity>.Add Method

Adds an entity.

Namespace:  AGI.Foundation.Tracking
Assembly:  AGI.Foundation.Tracking (in AGI.Foundation.Tracking.dll) Version: 25.1.421.0 (25.1.421.0)
Syntax
public void Add(
	Transaction transaction,
	TEntity entity
)

Parameters

transaction
Type: AGI.Foundation.Transaction
The transaction in which to add the entity.
entity
Type: TEntity
The entity to add.
See Also