Return the field names of the record data fields


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

Syntax

Visual Basic (Declaration)
Public Function getFieldNames() As String() _
    Implements INetricsCSVRecSrc.getFieldNames
C#
public string[] getFieldNames()
C++
public:
 array<String>^ getFieldNames() sealed 
J#
public string[] getFieldNames()
JScript
public  function getFieldNames() : String[]

Implements

INetricsCSVRecSrc.getFieldNames

Remarks

This returns the field names for the record data fields as given in the CSV file header. This does not include the key field if it exists. If no field names are given in the header this is null.

See Also