DataSource for Entity Framework for WinForms
Select<TSource,TResult> メソッド (IndexedQueryExtensions)

C1.LiveLinq.4.5.2 アセンブリ > C1.LiveLinq 名前空間 > IndexedQueryExtensions クラス : Select<TSource,TResult> メソッド
source 内の要素の型。
selector によって返される値の型。
変換関数を呼び出す値の IIndexedSource<TSource> コレクション。
各要素に適用する変換関数。
コレクションの各要素を新しいフォームに投影します。
シンタックス
'宣言
 
Public Shared Function Select
    (Of TSource,TResult)( _
   ByVal source As IIndexedSource(Of TSource), _
   ByVal selector As System.Linq.Expressions.Expression(Of Func(Of TSource,TResult)) _
) As IIndexedSource(Of TResult)
public static IIndexedSource<TResult> Select<TSource,TResult>( 
   IIndexedSource<TSource> source,
   System.Linq.Expressions.Expression<Func<TSource,TResult>> selector
)

パラメータ

source
変換関数を呼び出す値の IIndexedSource<TSource> コレクション。
selector
各要素に適用する変換関数。

型パラメータ

TSource
source 内の要素の型。
TResult
selector によって返される値の型。

戻り値の型

source の要素ごとに変換関数を呼び出した結果を要素として含む IIndexedSource<TResult>
参照

IndexedQueryExtensions クラス
IndexedQueryExtensions メンバ