Please ensure Javascript is enabled for purposes of website accessibility
Powered by Zoomin Software. For more details please contactZoomin

AF SDK Reference

UniversalComparer(T).Initialize Method

  • Last UpdatedNov 18, 2025
  • 2 minute read
UniversalComparer(T).Initialize Method

Namespace:  OSIsoft.AF
Assembly:  OSIsoft.AFSDK (in OSIsoft.AFSDK.dll) Version: 3.1.1.1182

Syntax

public void Initialize(
	string orderBy
)
Public Sub Initialize ( 
	orderBy As String
)

Dim instance As UniversalComparer
Dim orderBy As String

instance.Initialize(orderBy)
public:
void Initialize(
	String^ orderBy
)
member Initialize : 
        orderBy : string -> unit 

Parameters

orderBy
Type: SystemString
The sort criteria used when comparing objects. See UniversalComparerT(String) for more information about this parameter.

Exceptions

ExceptionCondition
ArgumentNullException The orderBy parameter is or empty.
ArgumentException One of the property names in the specified orderBy parameter could not be found.

Remarks

Version Information

AFSDK


See Also

In This Topic
TitleResults for “How to create a CRG?”Also Available in