Méthode | Description | |
---|---|---|
Count ( ) : int |
Gets the actual number of records in the current page.
|
|
GetItemAtIndex ( int index ) : object |
Gets the item at the specified index within the page.
|
|
GetItemValueAtIndex ( int index, string valueName ) : object |
Gets the desired item value, by name, from the item at the provided index, within the page.
|
|
ODataDataSourcePage ( object>.IEnumerable |
||
PageIndex ( ) : int |
Gets the absolute index of the current page within the data source.
|
|
Schema ( ) : IDataSourceSchema |
Gets the schema associated with the items of the current page.
|
public GetItemAtIndex ( int index ) : object | ||
index | int | The index, within the page, from which to get the desired item. |
Résultat | object |
public GetItemValueAtIndex ( int index, string valueName ) : object | ||
index | int | The index, within the page, for the item from which to get values. |
valueName | string | The name of the value to read from the desired item. |
Résultat | object |
public ODataDataSourcePage ( object>.IEnumerable |
||
sourceData | object>.IEnumerable | |
schema | IDataSourceSchema | |
pageIndex | int | |
Résultat | System |