TransformTupleSortComparer Constructor |
Namespace:
Dundas.BI.Utility
Assembly:
Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (10.0.0.1002)
Syntaxpublic TransformTupleSortComparer(
IList<ConnectorElementSortRule> sortRules
)
Public Sub New (
sortRules As IList(Of ConnectorElementSortRule)
)
public:
TransformTupleSortComparer(
IList<ConnectorElementSortRule^>^ sortRules
)
new :
sortRules : IList<ConnectorElementSortRule> -> TransformTupleSortComparerParameters
- sortRules
- Type: System.Collections.GenericIListConnectorElementSortRule
The connector elements sorting rules.
See Also