DataSource for Entity Framework in WPF
C1.Data.Entities Namespace / EntityClientCache Class / CreateScope Method

In This Topic
    CreateScope Method (EntityClientCache)
    In This Topic
    Syntax
    'Declaration
     
    Public Shadows Function CreateScope() As EntityClientScope
    public new EntityClientScope CreateScope()

    Return Value

    Remarks
    Usually, each window, form, or user control creates a C1.Data.ClientScope and uses it to access entities.
    See Also