バージョン

InformationContext<T,TColumnType> コンストラクタ

InformationContext クラスの新しいインスタンスを初期化します。
シンタックス
'宣言
 
Public Function New( _
   ByVal propertyName As String, _
   ByVal sortAscending As Boolean, _
   ByVal caseSensitiveSort As Boolean, _
   ByVal comparer As Object, _
   ByVal fromDateColumn As Boolean, _
   ByVal cti As CachedTypedInfo _
)
public InformationContext<T,TColumnType>( 
   string propertyName,
   bool sortAscending,
   bool caseSensitiveSort,
   object comparer,
   bool fromDateColumn,
   CachedTypedInfo cti
)

パラメータ

propertyName
sortAscending
caseSensitiveSort
comparer
fromDateColumn
cti
参照