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

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

    Parameters

    offset
    See Also