DbUpdatableDataRecord.GetBytes Method (Int32, Int64, Byte[], Int32, Int32)

 

Retrieves the field value as a byte array.

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

[SuppressMessageAttribute("Microsoft.Usage", "CA2201:DoNotRaiseReservedExceptionTypes")]
public override long GetBytes(
	int i,
	long dataIndex,
	byte[] buffer,
	int bufferIndex,
	int length
)

Parameters

i
Type: System.Int32

The ordinal of the field.

dataIndex
Type: System.Int64

The index at which to start copying data.

buffer
Type: System.Byte[]

The destination buffer where data is copied.

bufferIndex
Type: System.Int32

The index in the destination buffer where copying will begin.

length
Type: System.Int32

The number of bytes to copy.

Return Value

Type: System.Int64

The number of bytes copied.