EntitySetTEntity Constructor (TransactionContext, Object) | 
 
            Initializes a new instance.
            
 
    Namespace: 
   AGI.Foundation.Tracking
    Assembly:
   AGI.Foundation.Tracking (in AGI.Foundation.Tracking.dll) Version: 25.1.421.0 (25.1.421.0)
Syntaxpublic EntitySet(
	TransactionContext context,
	Object owner
)
Public Sub New ( 
	context As TransactionContext,
	owner As Object
)
public:
EntitySet(
	TransactionContext^ context, 
	Object^ owner
)
new : 
        context : TransactionContext * 
        owner : Object -> EntitySetParameters
- 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