Telerik.Windows.Controls.EntityFramework60 Provides an object for loading, paging, filtering, sorting, and editing entities coming from Entity Framework's ObjectContext. Gets the current view of entities resulting from the last load operation, using a . The current view of entities resulting from the last load operation. Identifies dependency property. Gets or sets the Entity Framework ObjectContext instance used for executing the load and submit operations. The Entity Framework ObjectContext. Identifies dependency property. Gets or sets the instance used for executing the load and submit operations. The context. Identifies dependency property. Gets or sets the name of the query to use for loading. The name of the query to use for loading data. The names of the related entities. For example, if your main entity set is called "Orders", you might want to add "OrderDetails" to this collection in case you want to get the related OrderDetails for each Order from the database. The names of the related entities. Gets the filter descriptors used for filtering operations. The filter descriptors. Gets the sort descriptors used for sorting operations. The sort descriptors. Gets the group descriptors used for grouping operations. The group descriptors. Gets the command for loading data. The command for loading data. Gets the command for submitting changes. The command for submitting changes. Initializes a new instance of the class. Initiates a Load operation if possible. Initiates a Submit operation if possible. Creates the view. The view. Determines whether the property is a valid query property. The property info. true if the property is a valid query property; otherwise, false. Represent a view over an entity set. Initializes a new instance of the class. The object context. Name of the entity set. Initializes a new instance of the class. The object context. Name of the entity set. The names of the related objects to include. Initializes a new instance of the class. The object query. Name of the entity set. The related objects to include. Returns with applied filtering, sorting, grouping and paging. Raises the PropertyChanged event. The PropertyChangedEventArgs instance containing the event data.