バージョン

For<TProperty>(Expression<Func<T,IQueryable<TProperty>>>) メソッド

シンタックス
'宣言
 
Public Overloads Function For(Of TProperty As Class)( _
   ByVal propSpec As System.Linq.Expressions.Expression(Of Func(Of T,IQueryable(Of TProperty))) _
) As GridColumnLayout(Of TProperty)
public GridColumnLayout<TProperty> For<TProperty>( 
   System.Linq.Expressions.Expression<Func<T,IQueryable<TProperty>>> propSpec
)
where TProperty: class

パラメータ

propSpec

型パラメータ

TProperty
参照

オンラインで表示: GitHub