dotConnect for SQL Server Documentation
Devart.Data.SqlServer.SqlTypes Namespace / SqlBytes Class / Item Property

In This Topic
    Item Property (SqlBytes)
    In This Topic
    Syntax
    'Declaration
     
    Public Default Property Item( _
       ByVal offset As Long _
    ) As Byte
    public byte this[ 
       long offset
    ]; {get; set;}

    Parameters

    offset
    See Also