dotConnect for SQLite Documentation
Devart.Common Namespace / SqlStatementCollection Class / Add Method

In This Topic
    Add Method (SqlStatementCollection)
    In This Topic
    Syntax
    'Declaration
     
    Public Function Add( _
       ByVal value As SqlStatement _
    ) As Integer
    public int Add( 
       SqlStatement value
    )

    Parameters

    value
    See Also