Classes

  Class Description
Public class ClientCacheBase
Represents the client-side cache, the central hub of data access in the Studio for Entity Framework.
Public class ClientScope
Defines a scope of data access. Provides facilities to create client views.
Public class ClientView<(Of <(<'T>)>)>
Represents a client view, that is, a live view that is connected to a remote source, such as an ObjectContext.
Public class ClientViewLoadedEventArgs
Provides data for the Loaded event.
Public class DataExtensions
Extension methods provided by Studio for Entity Framework.
Public class FilteredView<(Of <(<'T>)>)>
Represents a client view filtered by a filter key function, an operator and a filter key value.
Public class PageChangingEventArgs
Provides data for the PageChanging event.
Public class PagingView<(Of <(<'T>)>)>
Represents a paged client view.
Public class 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.
Public class SavedChangesEventArgs
Provides data for the C1DataSource.SavedChanges event.