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.
    Requirements

    Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

    See Also