ComponentOne Data Source for Entity Framework
C1.Win.Data.Entities Namespace / C1DataSource Class
Properties Methods Events

In This Topic
    C1DataSource Class Members
    In This Topic

    The following tables list the members exposed by C1DataSource.

    Public Constructors
     NameDescription
    Public ConstructorInitializes a new instance of the C1DataSource class.  
    Top
    Public Properties
     NameDescription
    Public PropertyGets or sets the C1.Data.Entities.EntityClientCache used by this C1DataSource to access the data.  
    Public PropertyGets the client scope to which this C1DataSource belongs.  
    Public Property (Inherited from System.ComponentModel.Component)
    Public PropertyGets or sets the type of a System.Data.Entity.DbContext or an System.Data.Objects.ObjectContext used to obtain the default client cache.  
    Public PropertyGets the System.Data.Entity.DbContext the ClientCache is connected to.  
    Public PropertyOverloaded. Gets the C1.Data.DataSource.ClientCollectionView of the C1.Data.Entities.EntityViewSource with the specified name in the ViewSources collection.  
    Public PropertyGets the System.Data.Objects.ObjectContext the ClientCache is connected to.  
    Public PropertyGets or sets the interval between automatic Refresh operations to refresh the data with any changes that may have occurred on the server.  
    Public PropertyGets a collection of C1.Data.Entities.EntityViewSource objects that define views (based on queries) in this C1DataSource.  
    Top
    Public Methods
     NameDescription
    Public Method (Inherited from System.MarshalByRefObject)
    Public Method (Inherited from System.ComponentModel.Component)
    Public MethodGets the control handler the specified control is currently handled by.  
    Public Method (Inherited from System.MarshalByRefObject)
    Public Method (Inherited from System.MarshalByRefObject)
    Public MethodLoads all C1.Data.Entities.EntityViewSource objects in the ViewSources collection.  
    Public MethodRefreshes all C1.Data.Entities.EntityViewSource objects in the ViewSources collection.  
    Public MethodRejects the changes for every entity in the context.  
    Public MethodPersists all changes to the server.  
    Public MethodConnects a controlHandler to a given control.  
    Public Method (Inherited from System.ComponentModel.Component)
    Top
    Public Events
     NameDescription
    Public Event (Inherited from System.ComponentModel.Component)
    Public EventOccurs after a save operation is completed.  
    Public EventOccurs before changes are saved.  
    Top
    See Also