AmoDataReader.GetChars(Int32, Int64, Char[], Int32, Int32) Metodo
Definizione
Importante
Alcune informazioni sono relative alla release non definitiva del prodotto, che potrebbe subire modifiche significative prima della release definitiva. Microsoft non riconosce alcuna garanzia, espressa o implicita, in merito alle informazioni qui fornite.
Legge un flusso di caratteri dall'offset di colonna specificato nel buffer sotto forma di matrice, a partire dall'offset di buffer specificato.
public long GetChars (int ordinal, long dataIndex, char[] buffer, int bufferIndex, int length);
abstract member GetChars : int * int64 * char[] * int * int -> int64
override this.GetChars : int * int64 * char[] * int * int -> int64
Public Function GetChars (ordinal As Integer, dataIndex As Long, buffer As Char(), bufferIndex As Integer, length As Integer) As Long
Parametri
- ordinal
- Int32
Ordinale di colonna in base zero.
- dataIndex
- Int64
Indice nel campo da cui iniziare l'operazione di lettura.
- buffer
- Char[]
Il buffer in cui leggere il flusso di caratteri.
- bufferIndex
- Int32
Indice nel buffer in cui avviare l'operazione di scrittura.
- length
- Int32
Lunghezza massima per la copia nel buffer.
Restituisce
Numero effettivo di caratteri letti.