Compartilhar via


Método SqlColumnBinder.GetBytes (DbDataReader, Int64, array<Byte[], Int32, Int32)

Ler uma parte de bytes de uma coluna. Quando usado com ExecuteReader (CommandBehavior.SequentialAccess), você pode passar com eficiência bytes de uma coluna de BLOB.

Namespace:  Microsoft.TeamFoundation.Framework.Server
Assembly:  Microsoft.TeamFoundation.Framework.Server (em Microsoft.TeamFoundation.Framework.Server.dll)

Sintaxe

'Declaração
Public Function GetBytes ( _
    reader As DbDataReader, _
    dataOffset As Long, _
    buffer As Byte(), _
    bufferIndex As Integer, _
    length As Integer _
) As Integer
public int GetBytes(
    DbDataReader reader,
    long dataOffset,
    byte[] buffer,
    int bufferIndex,
    int length
)

Parâmetros

Valor de retorno

Tipo: System.Int32
Retorna Int32.

Segurança do .NET Framework

Consulte também

Referência

SqlColumnBinder Classe

Sobrecargas GetBytes

Namespace Microsoft.TeamFoundation.Framework.Server