dotConnect for SQL Server Documentation
Devart.Data.SqlServer.SqlTypes Namespace / SqlBytes Class / Read Method

In This Topic
    Read Method (SqlBytes)
    In This Topic
    Syntax
    'Declaration
     
    Public Function Read( _
       ByVal offset As Long, _
       ByVal buffer() As Byte, _
       ByVal offsetInBuffer As Integer, _
       ByVal count As Integer _
    ) As Long
    public long Read( 
       long offset,
       byte[] buffer,
       int offsetInBuffer,
       int count
    )

    Parameters

    offset
    buffer
    offsetInBuffer
    count
    See Also