DataSource for Entity Framework in WPF
C1.Data Namespace / ClientScope Class / ClientCache Property

In This Topic
    ClientCache Property (ClientScope)
    In This Topic
    Gets the ClientCacheBase to which this client scope is connected.
    Syntax
    'Declaration
     
    Public ReadOnly Property ClientCache As ClientCacheBase
    public ClientCacheBase ClientCache {get;}
    See Also