DbUpdatableDataRecord.GetChars Method (Int32, Int64, Char[], Int32, Int32)

 

Retrieves the field value as a char array.

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

[SuppressMessageAttribute("Microsoft.Usage", "CA2201:DoNotRaiseReservedExceptionTypes")]
public override long GetChars(
	int i,
	long dataIndex,
	char[] 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.Char[]

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 characters to copy.

Return Value

Type: System.Int64

The number of characters copied.