TraceReader.GetName(Int32) Method

Definition

Gets the name of the field at the specified column position.

public:
 virtual System::String ^ GetName(int ordinal);
public string GetName (int ordinal);
abstract member GetName : int -> string
override this.GetName : int -> string
Public Function GetName (ordinal As Integer) As String

Parameters

ordinal
Int32

An Int32 value that specifies the column position of the data.

Returns

A String value that specifies the name of the specified column.

Implements

Examples

Readme_Tracer

Applies to