WebGrid.Bind メソッド
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
指定したデータをインスタンスに WebGrid バインドします。
public System.Web.Helpers.WebGrid Bind (System.Collections.Generic.IEnumerable<dynamic> source, System.Collections.Generic.IEnumerable<string> columnNames = default, bool autoSortAndPage = true, int rowCount = -1);
member this.Bind : seq<obj> * seq<string> * bool * int -> System.Web.Helpers.WebGrid
Public Function Bind (source As IEnumerable(Of Object), Optional columnNames As IEnumerable(Of String) = null, Optional autoSortAndPage As Boolean = true, Optional rowCount As Integer = -1) As WebGrid
パラメーター
- source
- IEnumerable<Object>
表示するデータ。
- columnNames
- IEnumerable<String>
バインドするデータ列の名前を含むコレクション。
- rowCount
- Int32
グリッドの各ページに表示される行数。
戻り値
バインドされたインスタンスと設定された WebGrid インスタンス。