BusinessLogicDataReader.GetDouble Method
This API supports the SQL Server 2012 infrastructure and is not intended to be used directly from your code.
Gets the value of the specified column as a double-precision floating point number.
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
- i
Type: System.Int32
The zero-based column ordinal.
Return Value
Type: System.Double
The value of the specified column.
Implements
See Also
Reference
Microsoft.SqlServer.Replication.BusinessLogicSupport Namespace