Name | Description | |
---|---|---|
C1DataSource Constructor | Initializes a new instance of the C1DataSource class. |
The following tables list the members exposed by C1DataSource.
Name | Description | |
---|---|---|
C1DataSource Constructor | Initializes a new instance of the C1DataSource class. |
Name | Description | |
---|---|---|
ClientCache | Gets or sets the C1.Data.Entities.EntityClientCache used by this C1DataSource to access the data. | |
ClientScope | Gets the client scope to which this C1DataSource belongs. | |
Container | (Inherited from System.ComponentModel.Component) | |
ContextType | Gets or sets the type of a System.Data.Entity.DbContext or an System.Data.Objects.ObjectContext used to obtain the default client cache. | |
DbContext | Gets the System.Data.Entity.DbContext the ClientCache is connected to. | |
Item | Overloaded. Gets the C1.Data.DataSource.ClientCollectionView of the C1.Data.Entities.EntityViewSource with the specified name in the ViewSources collection. | |
ObjectContext | Gets the System.Data.Objects.ObjectContext the ClientCache is connected to. | |
RefreshInterval | Gets or sets the interval between automatic Refresh operations to refresh the data with any changes that may have occurred on the server. | |
ViewSources | Gets a collection of C1.Data.Entities.EntityViewSource objects that define views (based on queries) in this C1DataSource. |
Name | Description | |
---|---|---|
CreateObjRef | (Inherited from System.MarshalByRefObject) | |
Dispose | (Inherited from System.ComponentModel.Component) | |
GetControlHandler | Gets the control handler the specified control is currently handled by. | |
GetLifetimeService | (Inherited from System.MarshalByRefObject) | |
InitializeLifetimeService | (Inherited from System.MarshalByRefObject) | |
Load | Loads all C1.Data.Entities.EntityViewSource objects in the ViewSources collection. | |
Refresh | Refreshes all C1.Data.Entities.EntityViewSource objects in the ViewSources collection. | |
RejectChanges | Rejects the changes for every entity in the context. | |
SaveChanges | Persists all changes to the server. | |
SetControlHandler | Connects a controlHandler to a given control. | |
ToString | (Inherited from System.ComponentModel.Component) |
Name | Description | |
---|---|---|
Disposed | (Inherited from System.ComponentModel.Component) | |
SavedChanges | Occurs after a save operation is completed. | |
SavingChanges | Occurs before changes are saved. |