Get the set of original data item names. This retrieves the set of data item names referenced in the unmapped version of the predicate expression.


Namespace: NetricsServerInterface
Assembly: NetricsServerInterface (in NetricsServerInterface.dll)

Syntax

Visual Basic (Declaration)
Public Function getOriginalDataNames() As ReadOnlyCollection(Of String)
C#
public ReadOnlyCollection<string> getOriginalDataNames()
C++
public:
 ReadOnlyCollection<string> getOriginalDataNames() sealed 
J#
public ReadOnlyCollection<string> getOriginalDataNames()
JScript
public  function getOriginalDataNames() : ReadOnlyCollection<string>

Return Value

A read-only collection of the data item names referenced.

See Also