Click or drag to resize

RecordOperationsHubTDataContext Property

Gets DataContext created for this RecordOperationsHubT instance.

Namespace: GSF.Web.Hubs
Assembly: GSF.Web (in GSF.Web.dll) Version: 2.4.181-beta
Syntax
public DataContext DataContext { get; }
View Source

Property Value

DataContext

Implements

IRecordOperationsHubDataContext
Remarks
Primary key caches for data context table operations are cached per user session.
See Also