'宣言 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 )