TransformTupleSortComparer Constructor

Initializes a new instance of the TransformTupleSortComparer class.

Namespace:  Dundas.BI.Utility
Assembly:  Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (10.0.0.1002)
Syntax
public TransformTupleSortComparer(
	IList<ConnectorElementSortRule> sortRules
)

Parameters

sortRules
Type: System.Collections.GenericIListConnectorElementSortRule
The connector elements sorting rules.
See Also