DataSource for Entity Framework in WPF
C1.Data.Entities Namespace / EntityClientCache Class / EntityClientCache Constructor / EntityClientCache Constructor(DbContext)
The object context that is used to access the data.

In This Topic
    EntityClientCache Constructor(DbContext)
    In This Topic
    Initializes a new instance of the EntityClientCache class.
    Syntax
    'Declaration
     
    Public Function New( _
       ByVal baseContext As DbContext _
    )
    public EntityClientCache( 
       DbContext baseContext
    )

    Parameters

    baseContext
    The object context that is used to access the data.
    See Also