This topic has not yet been rated - Rate this topic

TraceReader.GetDouble Method

Gets a floating point value of the data value at the specified column position.

Namespace:  Microsoft.SqlServer.Management.Trace
Assembly:  Microsoft.SqlServer.ConnectionInfoExtended (in Microsoft.SqlServer.ConnectionInfoExtended.dll)
public double GetDouble(
	int ordinal
)

Parameters

ordinal
Type: System.Int32
An Int32 value that specifies the column position of the data.

Return Value

Type: System.Double
A Float64 value that represents the data at the specified column position.

Implements

IDataRecord.GetDouble(Int32)
Did you find this helpful?
(1500 characters remaining)

Community Additions

ADD
© 2013 Microsoft. All rights reserved.