SqlCeUpdatableRecord.GetSqlSingle 方法

以 SqlSingle 类型返回指定字段的值。

命名空间:  System.Data.SqlServerCe
程序集:  System.Data.SqlServerCe(在 System.Data.SqlServerCe.dll 中)

语法

声明
Public Function GetSqlSingle ( _
    ordinal As Integer _
) As SqlSingle
用法
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

参数

  • ordinal
    类型:System.Int32
    将从其中检索值的字段。

返回值

类型:System.Data.SqlTypes.SqlSingle

请参阅

参考

SqlCeUpdatableRecord 类

System.Data.SqlServerCe 命名空间