Show / Hide Table of Contents

    ISqlJoinOnAndOr<TBuilder>.HasOn Property

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

    0.5.0-alpha

    1.0.1 (current)

    Gets whether any search condition has been added to the ON clause using the On or OnRaw method and so on.

    Namespace: SnapObjects.Data

    Assembly: SnapObjects.Data.dll

    Syntax

       bool HasOn { get; }
    

    Returns

    System.Boolean

    Returns true if any search condition has been added to the ON clause; otherwise, returns false.

    Examples

    Applies to

    .NET Standard

    2.x

    Back to top Generated by Appeon