TraceReader.GetDataTypeName(Int32) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
Returns
A String value that represents the data at the specified column position.