Classes
Class | Description | |
---|---|---|
ClientCacheBase |
Represents the client-side cache, the central hub of data access in the Studio for Entity Framework.
|
|
ClientScope |
Defines a scope of data access. Provides facilities to create client views.
|
|
ClientView<(Of <(<'T>)>)> |
Represents a client view, that is, a live view that is connected to a remote source,
such as an ObjectContext.
|
|
ClientViewLoadedEventArgs |
Provides data for the Loaded event.
|
|
DataExtensions |
Extension methods provided by Studio for Entity Framework.
|
|
FilteredView<(Of <(<'T>)>)> | ||
PageChangingEventArgs |
Provides data for the PageChanging event.
|
|
PagingView<(Of <(<'T>)>)> |
Represents a paged client view.
|
|
ProgressiveView<(Of <(<'T>)>)> |
Represents a client view that loads entities sequentially (progressively) page by page.
The user sees the result and can interact with it before all pages are loaded.
|
|
SavedChangesEventArgs |
Provides data for the C1DataSource.SavedChanges event.
|