DbUpdatableDataRecord.GetChar Method (Int32)

 

Retrieves the field value as a char.

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

public override char GetChar(
	int i
)

Parameters

i
Type: System.Int32

The ordinal of the field.

Return Value

Type: System.Char

The field value as a char.