dotConnect for SQL Server Documentation
Devart.Common Namespace / SqlStatementCollection Class / Remove Method

In This Topic
    Remove Method (SqlStatementCollection)
    In This Topic
    Syntax
    'Declaration
     
    Public Sub Remove( _
       ByVal value As SqlStatement _
    ) 
    public void Remove( 
       SqlStatement value
    )

    Parameters

    value
    See Also