Blazor コントロール
SetPageSize<T> メソッド

C1.DataCollection アセンブリ > C1.DataCollection 名前空間 > IDataCollectionEx クラス : SetPageSize<T> メソッド
The data collection.
The size of the page.
Sets the maximum number of items per page.
シンタックス
'宣言
 
Public Shared Sub SetPageSize(Of T As Class)( _
   ByVal dataCollection As IDataCollection(Of T), _
   ByVal pageSize As System.Integer _
) 
public static void SetPageSize<T>( 
   IDataCollection<T> dataCollection,
   System.int pageSize
)
where T: class

パラメータ

dataCollection
The data collection.
pageSize
The size of the page.

型パラメータ

T
参照

IDataCollectionEx クラス
IDataCollectionEx メンバ