'宣言
<System.Runtime.CompilerServices.ExtensionAttribute()> Public Overloads Shared Function AsLive( _ ByVal table As System.Data.DataTable _ ) As View(Of DataRow)
[System.Runtime.CompilerServices.Extension()] public static View<DataRow> AsLive( System.Data.DataTable table )
パラメータ
- table
- ビューとして公開する System.Data.DataTable。
戻り値の型
tableと同じ要素を含むビュー。