Returns all the items that has be loaded so far.
シンタックス
'宣言
Public Shared Function GetLoadedItems(Of As Class)( _
ByVal As IDataCollection(Of T), _
Optional ByVal As System.Nullable(Of Integer), _
Optional ByVal As System.Nullable(Of Integer) _
) As System.Collections.Generic.IEnumerable(Of ILoadedItem(Of T))
public static System.Collections.Generic.IEnumerable<ILoadedItem<T>> GetLoadedItems<>(
IDataCollection<T> ,
System.Nullable<int> ,
System.Nullable<int>
)
where T: class
パラメータ
- dataCollection
- The data collection.
- fromIndex
- The initial index to start looking for loaded items.
- toIndex
- The final index to stop looking for loaded items.
型パラメータ
- T
参照