TraceReader.GetDecimal(Int32) Method

Definition

Gets a Decimal value of the data value at the specified column position.

public:
 virtual System::Decimal GetDecimal(int ordinal);
public decimal GetDecimal (int ordinal);
abstract member GetDecimal : int -> decimal
override this.GetDecimal : int -> decimal
Public Function GetDecimal (ordinal As Integer) As Decimal

Parameters

ordinal
Int32

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

Returns

A Decimal system object value that represents the data at the specified column position.

Implements

Examples

Readme_Tracer

Applies to