dotConnect for SQL Server Documentation
Devart.Data.SqlServer Namespace / SqlSelectStatement Class / Where Property

In This Topic
    Where Property (SqlSelectStatement)
    In This Topic
    Gets or sets WHERE clause of the statement.
    Syntax
    'Declaration
     
    Public Overrides NotOverridable Property Where As String
    public override string Where {get; set;}

    Property Value

    The WHERE clause of the statement.
    Remarks
    To quickly add new condition to the clause use the AddWhereCondition method.
    See Also