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

Définition

Récupère la valeur de champ sous la forme d'un tableau d'char.

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

Paramètres

ordinal
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

S’applique à