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

In This Topic
    ClientScope Property
    In This Topic
    Gets the client scope to which this C1DataSource belongs.
    Syntax
    'Declaration
     
    Public ReadOnly Property ClientScope As EntityClientScope
    public EntityClientScope ClientScope {get;}
    See Also