Blazor コントロール
GetLoadedItems<T> メソッド (IDataCollectionEx)

C1.DataCollection アセンブリ > C1.DataCollection 名前空間 > IDataCollectionEx クラス : GetLoadedItems<T> メソッド
The data collection.
The initial index to start looking for loaded items.
The final index to stop looking for loaded items.
Returns all the items that has be loaded so far.
シンタックス
'宣言
 
Public Shared Function GetLoadedItems(Of T As Class)( _
   ByVal dataCollection As IDataCollection(Of T), _
   Optional ByVal fromIndex As System.Nullable(Of Integer), _
   Optional ByVal toIndex As System.Nullable(Of Integer) _
) As System.Collections.Generic.IEnumerable(Of ILoadedItem(Of T))
public static System.Collections.Generic.IEnumerable<ILoadedItem<T>> GetLoadedItems<T>( 
   IDataCollection<T> dataCollection,
   System.Nullable<int> fromIndex,
   System.Nullable<int> toIndex
)
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
参照

IDataCollectionEx クラス
IDataCollectionEx メンバ