TraceReader.GetDataTypeName(Int32) Method

Definition

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

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

Parameters

ordinal
Int32

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

Returns

A String value that represents the data at the specified column position.

Implements

Examples

Readme_Tracer

Applies to