バージョン

Select メソッド

Select 式
シンタックス
'宣言
 
<System.Runtime.CompilerServices.ExtensionAttribute()>
Public Shared Function Select( _
   ByVal source As System.Linq.IQueryable, _
   ByVal selector As System.String, _
   ByVal ParamArray values() As System.Object _
) As System.Linq.IQueryable
[System.Runtime.CompilerServices.ExtensionAttribute()]
public static System.Linq.IQueryable Select( 
   System.Linq.IQueryable source,
   System.string selector,
   params System.object[] values
)

パラメータ

source
selector
values
参照

オンラインで表示: GitHub