ComponentOne Data Source for Entity Framework
C1.Win.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 System.Type
    public System.Type ContextType {get; set;}
    See Also