Condividi tramite


Metodo SqlCeUpdatableRecord.GetChars

Copia una lunghezza di caratteri nel buffer, a partire dalla posizione indicata nel campo specificato.

Spazio dei nomi  System.Data.SqlServerCe
Assembly:  System.Data.SqlServerCe (in System.Data.SqlServerCe.dll)

Sintassi

'Dichiarazione
Public Function GetChars ( _
    ordinal As Integer, _
    dataIndex As Long, _
    buffer As Char(), _
    bufferIndex As Integer, _
    length As Integer _
) As Long
'Utilizzo
Dim instance As SqlCeUpdatableRecord
Dim ordinal As Integer
Dim dataIndex As Long
Dim buffer As Char()
Dim bufferIndex As Integer
Dim length As Integer
Dim returnValue As Long

returnValue = instance.GetChars(ordinal, _
    dataIndex, buffer, bufferIndex, length)
public long GetChars(
    int ordinal,
    long dataIndex,
    char[] buffer,
    int bufferIndex,
    int length
)
public:
virtual long long GetChars(
    int ordinal, 
    long long dataIndex, 
    array<wchar_t>^ buffer, 
    int bufferIndex, 
    int length
) sealed
abstract GetChars : 
        ordinal:int * 
        dataIndex:int64 * 
        buffer:char[] * 
        bufferIndex:int * 
        length:int -> int64 
override GetChars : 
        ordinal:int * 
        dataIndex:int64 * 
        buffer:char[] * 
        bufferIndex:int * 
        length:int -> int64 
public final function GetChars(
    ordinal : int, 
    dataIndex : long, 
    buffer : char[], 
    bufferIndex : int, 
    length : int
) : long

Parametri

  • ordinal
    Tipo: System.Int32
    Posizione ordinale del campo da cui recuperare i dati.
  • dataIndex
    Tipo: System.Int64
    Offset (in caratteri) all'interno del campo da cui iniziare a copiare.
  • buffer
    Tipo: array<System.Char[]
    Buffer in cui copiare i dati.
  • bufferIndex
    Tipo: System.Int32
    Offset all'interno del buffer da cui iniziare la copia.
  • length
    Tipo: System.Int32
    Numero massimo di byte da copiare.

Valore restituito

Tipo: System.Int64

Implementa

IDataRecord.GetChars(Int32, Int64, array<Char[], Int32, Int32)

Vedere anche

Riferimento

SqlCeUpdatableRecord Classe

Spazio dei nomi System.Data.SqlServerCe