[]
public class ODataCollectionViewService<T> : BaseODataCollectionViewService<T>, IHtmlString, ITemplate, IItemsSource<T>
Name | Description |
---|---|
T |
Name | Description |
---|---|
DeferCommits | Gets or sets a value that causes the ODataCollectionView to defer commits back to the database. |
FilterOnServer | Gets or sets a value that determines whether filtering should be performed on the server or on the client. |
PageOnServer | Gets or sets a value that determines whether paging should be performed on the server or on the client. |
SortOnServer | Gets or sets a value that determines whether sort operations should be performed on the server or on the client. |