TraceReader.GetOrdinal(String) Method

Definition

Gets the ordinal value of the data value at the specified column position.

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

Parameters

name
String

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

Returns

An Int32 value that specifies the ordinal value at the specified column position.

Implements

Examples

Readme_Tracer

Applies to