dotConnect for SQL Server Documentation
Devart.Common Namespace / SqlStatement Class / Length Property

In This Topic
    Length Property (SqlStatement)
    In This Topic
    Gets length of the statement in symbols.
    Syntax
    'Declaration
     
    Public ReadOnly Property Length As Integer
    public int Length {get;}

    Property Value

    Length of the statement in symbols.
    See Also