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

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