Notitie
Voor toegang tot deze pagina is autorisatie vereist. U kunt proberen u aan te melden of de directory te wijzigen.
Voor toegang tot deze pagina is autorisatie vereist. U kunt proberen de mappen te wijzigen.
Returns the value of the specified field as SqlSingle.
Namespace: System.Data.SqlServerCe
Assembly: System.Data.SqlServerCe (in System.Data.SqlServerCe.dll)
Syntax
'Declaration
Public Function GetSqlSingle ( _
ordinal As Integer _
) As SqlSingle
'Usage
Dim instance As SqlCeUpdatableRecord
Dim ordinal As Integer
Dim returnValue As SqlSingle
returnValue = instance.GetSqlSingle(ordinal)
public SqlSingle GetSqlSingle(
int ordinal
)
public:
SqlSingle GetSqlSingle(
int ordinal
)
member GetSqlSingle :
ordinal:int -> SqlSingle
public function GetSqlSingle(
ordinal : int
) : SqlSingle
Parameters
- ordinal
Type: System.Int32
The field from which to retrieve a value.
Return Value
Type: System.Data.SqlTypes.SqlSingle