Initializes a new instance of the PropertyComparer class

Namespace: SchemaExplorer
Assembly: SchemaExplorer (in SchemaExplorer.dll) Version: 6.0.0.0 (7.0.0.15127)

Syntax

C#
public PropertyComparer(
	string propertyName,
	ListSortDirection sortDirection
)
Visual Basic
Public Sub New ( 
	propertyName As String,
	sortDirection As ListSortDirection
)

Parameters

propertyName
Type: System..::..String
sortDirection
Type: System.ComponentModel..::..ListSortDirection

See Also