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
- reader
Tipo: System.Data.Common.DbDataReader
- dataOffset
Tipo: System.Int64
- buffer
Tipo: array<System.Byte[]
- bufferIndex
Tipo: System.Int32
- length
Tipo: System.Int32
Valor de retorno
Tipo: System.Int32
Retorna Int32.
Segurança do .NET Framework
- Confiança total para o chamador imediato. O membro não pode ser usado por código parcialmente confiável. Para obter mais informações, consulte Usando bibliotecas de código parcialmente confiável.