EntitySetTEntityContext Property |
Gets the context used for transactions on this entity set.
Namespace:
AGI.Foundation.Tracking
Assembly:
AGI.Foundation.Tracking (in AGI.Foundation.Tracking.dll) Version: 24.2.419.0 (24.2.419.0)
Syntax public TransactionContext Context { get; }
Public ReadOnly Property Context As TransactionContext
Get
public:
property TransactionContext^ Context {
TransactionContext^ get ();
}
member Context : TransactionContext with get
Property Value
Type:
TransactionContextSee Also