Gets the ObjectContext the ClientCache is connected to.

Namespace:  C1.Win.Data.Entities
Assembly:  C1.Win.Data.Entity (in C1.Win.Data.Entity.dll)

Syntax

C#
[BrowsableAttribute(false)]
public ObjectContext ObjectContext { get; }
Visual Basic
<BrowsableAttribute(False)> _
Public ReadOnly Property ObjectContext As ObjectContext
	Get

See Also