SqlDataRecord.GetSqlSingle(Int32) Method

Definition

Gets the value for the column specified by the ordinal as a SqlSingle.

public:
 virtual System::Data::SqlTypes::SqlSingle GetSqlSingle(int ordinal);
public virtual System.Data.SqlTypes.SqlSingle GetSqlSingle (int ordinal);
abstract member GetSqlSingle : int -> System.Data.SqlTypes.SqlSingle
override this.GetSqlSingle : int -> System.Data.SqlTypes.SqlSingle
Public Overridable Function GetSqlSingle (ordinal As Integer) As SqlSingle

Parameters

ordinal
Int32

The zero-based ordinal of the column.

Returns

The column value as a SqlSingle.

Exceptions

The ordinal is less than 0 or greater than the number of columns (that is, FieldCount).

There is a type mismatch.

Applies to