DbUpdatableDataRecord.GetDataRecord Method (Int32)

 

Retrieves a field value as a DbDataRecord.

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

public DbDataRecord GetDataRecord(
	int i
)

Parameters

i
Type: System.Int32

The ordinal of the field.

Return Value

Type: System.Data.Common.DbDataRecord

A field value as a DbDataRecord.