Version

CreateGenericInformationContext Method

Creates a typed InformationContext object.
Syntax
'Declaration
 
Public Shared Function CreateGenericInformationContext( _
   ByVal cti As CachedTypedInfo, _
   ByVal propertyName As String, _
   ByVal sortAscending As Boolean, _
   ByVal caseSensitive As Boolean, _
   ByVal comparer As Object, _
   ByVal fromDateColumn As Boolean _
) As InformationContext
public static InformationContext CreateGenericInformationContext( 
   CachedTypedInfo cti,
   string propertyName,
   bool sortAscending,
   bool caseSensitive,
   object comparer,
   bool fromDateColumn
)

Parameters

cti
propertyName
sortAscending
caseSensitive
comparer
fromDateColumn
Requirements

Target Platforms: Windows 10, Windows 8.1, Windows 8, Windows 7, Windows Server 2012, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also