DbUpdatableDataRecord.SetByte Method (Int32, Byte)

 

Sets the value of a field in a record.

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

public void SetByte(
	int ordinal,
	byte value
)

Parameters

ordinal
Type: System.Int32

The ordinal of the field.

value
Type: System.Byte

The value of the field.