BusinessLogicDataReader.GetDouble Method

This API supports the .NET Framework infrastructure and is not intended to be used directly from your code.

Namespace:  Microsoft.SqlServer.Replication.BusinessLogicSupport
Assembly:  Microsoft.SqlServer.Replication.BusinessLogicSupport (in Microsoft.SqlServer.Replication.BusinessLogicSupport.dll)

Syntax

'Declaration
Public Function GetDouble ( _
    i As Integer _
) As Double
'Usage
Dim instance As BusinessLogicDataReader
Dim i As Integer
Dim returnValue As Double

returnValue = instance.GetDouble(i)
public double GetDouble(
    int i
)
public:
virtual double GetDouble(
    int i
) sealed
abstract GetDouble : 
        i:int -> float 
override GetDouble : 
        i:int -> float 
public final function GetDouble(
    i : int
) : double

Parameters

Return Value

Type: System.Double

Implements

IDataRecord.GetDouble(Int32)