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

In This Topic
    ContextType Property
    In This Topic
    Gets or sets the type of a System.Data.Entity.DbContext or an System.Data.Objects.ObjectContext used to obtain the default client cache.
    Syntax
    'Declaration
     
    Public Property ContextType As Type
    public Type ContextType {get; set;}
    See Also