dotConnect for MySQL Documentation
Devart.Data.MySql Namespace / MySqlBinaryString Structure / Length Property

In This Topic
    Length Property (MySqlBinaryString)
    In This Topic
    Gets length of string representation in characters.
    Syntax
    'Declaration
     
    Public ReadOnly Property Length As Integer
    public int Length {get;}

    Property Value

    Length of string representation in characters.
    See Also