Show / Hide Table of Contents

    ISqlJoinCondition Interface

    .NET Standard 2.x | Current Version (1.0.1)

    0.5.0-alpha 1.0.1 (current)

    Represents a search condition in the ON clause.

    Namespace: SnapObjects.Data

    Assembly: SnapObjects.Data.dll

    Inherited Constructors

    SnapObjects.Data.ISqlJoinOnAndOr<TBuilder>

    SnapObjects.Data.ISqlConditionBuilder

    Syntax

      public interface ISqlJoinCondition : ISqlJoinOnAndOr<ISqlJoinCondition>, ISqlConditionBuilder;
    

    Remarks

    An ISqlWhereCondition object which is created by some static methods of SqlBuilder, e.g. the SqlBuilder.On method.

    Back to top Generated by Appeon