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