DbUpdatableDataRecord.GetBytes(Int32, Int64, Byte[], Int32, Int32) 메서드

정의

byte 배열로 필드 값을 검색합니다.

public:
 override long GetBytes(int ordinal, long dataIndex, cli::array <System::Byte> ^ buffer, int bufferIndex, int length);
public override long GetBytes (int ordinal, long dataIndex, byte[] buffer, int bufferIndex, int length);
override this.GetBytes : int * int64 * byte[] * int * int -> int64
Public Overrides Function GetBytes (ordinal As Integer, dataIndex As Long, buffer As Byte(), bufferIndex As Integer, length As Integer) As Long

매개 변수

ordinal
Int32

필드 서수입니다.

dataIndex
Int64

데이터 복사를 시작할 인덱스입니다.

buffer
Byte[]

데이터를 복사할 대상 버퍼입니다.

bufferIndex
Int32

복사를 시작할 대상 버퍼의 인덱스입니다.

length
Int32

복사할 바이트 수입니다.

반환

복사한 바이트 수입니다.

구현

적용 대상