ibi Patterns - Search 6.0.0 .NET API |
NetricsPredicateMapper.getCurrentFieldNames Method |
See AlsoExample |
![]() ![]() |
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.