EntitySetTEntity Constructor (TransactionContext) |
Initializes a new instance.
Namespace:
AGI.Foundation.Tracking
Assembly:
AGI.Foundation.Tracking (in AGI.Foundation.Tracking.dll) Version: 24.2.419.0 (24.2.419.0)
Syntax public EntitySet(
TransactionContext context
)
Public Sub New (
context As TransactionContext
)
public:
EntitySet(
TransactionContext^ context
)
new :
context : TransactionContext -> EntitySet
Parameters
- context
- Type: AGI.FoundationTransactionContext
The transaction context that is shared by all entities in this entity set.
See Also