Get the set of current field names. This retrieves the set of field names referenced in the mapped version of the predicate expression.


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

Syntax

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

Return Value

A read-only collection of the field names referenced.

See Also