EntityDataReader.GetInt16 Method (Int32)

 

Gets the value of the specified column as a 16-bit signed integer.

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

public override short GetInt16(
	int ordinal
)

Parameters

ordinal
Type: System.Int32

The zero-based column ordinal.

Return Value

Type: System.Int16

The value of the specified column.