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

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

    Parameters

    offset
    buffer
    offsetInBuffer
    count
    See Also