DbUpdatableDataRecord.GetInt32 Method (Int32)

 

Retrieves the field value as an Int32.

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

public override int GetInt32(
	int i
)

Parameters

i
Type: System.Int32

The ordinal of the field.

Return Value

Type: System.Int32

The field value as an Int32.