Partager via


DbUpdatableDataRecord.GetChars(Int32, Int64, Char[], Int32, Int32) Méthode

Définition

Récupère la valeur de champ en tant que tableau de caractères.

[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

Paramètres

i
Int32

Ordinal du champ.

dataIndex
Int64

Index où commencer la copie des données.

buffer
Char[]

Mémoire tampon de destination où les données sont copiées.

bufferIndex
Int32

Index où la copie va commencer dans la mémoire tampon de destination.

length
Int32

Nombre de caractères à copier.

Retours

Nombre de caractères copiés.

Implémente

Attributs

S’applique à