EntityDataReader.GetFloat Method (Int32)

 

Gets the value of the specified column as a single-precision floating point number.

Namespace:   System.Data.Entity.Core.EntityClient
Assembly:  EntityFramework (in EntityFramework.dll)

public override float GetFloat(
	int ordinal
)

Parameters

ordinal
Type: System.Int32

The zero-based column ordinal.

Return Value

Type: System.Single

The value of the specified column.