'宣言
<System.Runtime.CompilerServices.ExtensionAttribute()> Public Overloads Shared Function AsIndexed( _ ByVal table As System.Data.DataTable _ ) As IndexedDataTable(Of DataRow)
[System.Runtime.CompilerServices.Extension()] public static IndexedDataTable<DataRow> AsIndexed( System.Data.DataTable table )
パラメータ
- table
- IndexedDataTable<DataRow>として表す System.Data.DataTable。
戻り値の型
tableと同じ行を含み、その行のインデックス作成を可能にする IndexedDataTable<DataRow>。