SqlCeUpdatableRecord.GetSqlDouble Method
Returns the value of the specified field as SqlDouble.
Namespace: System.Data.SqlServerCe
Assembly: System.Data.SqlServerCe (in System.Data.SqlServerCe.dll)
Syntax
'Declaration
Public Function GetSqlDouble ( _
ordinal As Integer _
) As SqlDouble
'Usage
Dim instance As SqlCeUpdatableRecord
Dim ordinal As Integer
Dim returnValue As SqlDouble
returnValue = instance.GetSqlDouble(ordinal)
public SqlDouble GetSqlDouble(
int ordinal
)
public:
SqlDouble GetSqlDouble(
int ordinal
)
member GetSqlDouble :
ordinal:int -> SqlDouble
public function GetSqlDouble(
ordinal : int
) : SqlDouble
Parameters
- ordinal
Type: System.Int32
The field from which to retrieve a value.
Return Value
Type: System.Data.SqlTypes.SqlDouble