EntityDataTableAdapter.Populate メソッド (Microsoft.Office.Server.ApplicationRegistry.Runtime)
DataTable オブジェクトに値を入力します。これはパブリック メソッドではありません。このメソッドは今後の使用のために予約されています。
名前空間: Microsoft.Office.Server.ApplicationRegistry.Runtime
アセンブリ: Microsoft.SharePoint.Portal (microsoft.sharepoint.portal.dll 内)
構文
'宣言
Protected Sub Populate ( _
offsetFromStart As UInteger, _
rowCount As Integer _
)
'使用
Dim offsetFromStart As UInteger
Dim rowCount As Integer
Me.Populate(offsetFromStart, rowCount)
protected void Populate (
uint offsetFromStart,
int rowCount
)
パラメータ
- offsetFromStart
列挙子の開始のオフセットです。変換はこのオフセットから始まり、rowCount パラメータで指定される数のエンティティ インスタンスを変換します。
rowCount
変換するエンティティ インスタンスの数。ストリーミングをサポートする列挙子とは異なり、列挙子をテーブルに変換すると、行のセット全体がメモリに読み込まれるため、ストリーミングは失われます。このコンストラクタを使用してデータ テーブルの行数を制限できます。
関連項目
参照
EntityDataTableAdapter クラス
EntityDataTableAdapter メンバ
Microsoft.Office.Server.ApplicationRegistry.Runtime 名前空間