Show / Hide Table of Contents

    ISqlWhereCondition Interface

    .NET Standard 2.x

    Represents the search condition in a WHERE clause.

    Namespace: SnapObjects.Data

    Assembly: SnapObjects.Data.dll

    Inherited Constructors

    SnapObjects.Data.ISqlWhereAndOr<ISqlWhereCondition>

    SnapObjects.Data.ISqlConditionBuilder

    Syntax

      public interface ISqlWhereCondition : ISqlWhereAndOr<ISqlWhereCondition>, ISqlConditionBuilder
    

    Remarks

    The ISqlWhereCondition object is created by some static methods of SqlBuilder, e.g. the SqlBuilder.Where method.

    When using an ISqlBuilder object to build a SQL statement, the ISqlWhereCondtion object can be used as an argument for some methods, e.g. the ISqlWhereBuilder.Where method.

    Back to top Generated by Appeon