[]
        
(Showing Draft Content)

C1.Data

C1.Data Namespace

Classes

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.

ClientViewLoadedEventArgs

Provides data for the Loaded event.

ClientView<T>

Represents a client view, that is, a live view that is connected to a remote source, such as an System.Data.Objects.ObjectContext.

DataExtensions

Extension methods provided by Studio for Entity Framework.

FilteredView<T>

Represents a client view filtered by a filter key function, an operator and a filter key value.

PageChangingEventArgs

Provides data for the PageChanging event.

PagingView<T>

Represents a paged client view.

ProgressiveView<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.