Click or drag to resize

EntitySetTEntity Constructor (TransactionContext, Object)

Initializes a new instance.

Namespace:  AGI.Foundation.Tracking
Assembly:  AGI.Foundation.Tracking (in AGI.Foundation.Tracking.dll) Version: 24.1.418.0 (24.1.418.0)
Syntax
public EntitySet(
	TransactionContext context,
	Object owner
)

Parameters

context
Type: AGI.FoundationTransactionContext
The transaction context that is shared by all entities in this entity set.
owner
Type: SystemObject
The owner of this entity set.
See Also