Udostępnij za pośrednictwem


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

Definicja

Pobiera wartość pola jako tablicę znaków.

[System.Diagnostics.CodeAnalysis.SuppressMessage("Microsoft.Usage", "CA2201:DoNotRaiseReservedExceptionTypes")]
public override long GetChars (int i, long dataIndex, char[] buffer, int bufferIndex, int length);
override this.GetChars : int * int64 * char[] * int * int -> int64
Public Overrides Function GetChars (i As Integer, dataIndex As Long, buffer As Char(), bufferIndex As Integer, length As Integer) As Long

Parametry

i
Int32

Liczba porządkowa pola.

dataIndex
Int64

Indeks, w którym należy rozpocząć kopiowanie danych.

buffer
Char[]

Bufor docelowy, w którym są kopiowane dane.

bufferIndex
Int32

Indeks w buforze docelowym, w którym rozpocznie się kopiowanie.

length
Int32

Liczba znaków do skopiowania.

Zwraca

Liczba skopiowanych znaków.

Implementuje

Atrybuty

Dotyczy