Show / Hide Table of Contents

    ISqlJoinBuilder.HasOn Property

    .NET Standard 2.x

    Gets whether a joined table has been created and the condition on which the join is based has been specified.

    Namespace: SnapObjects.Data

    Assembly: SnapObjects.Data.dll

    Syntax

       bool HasOn { get; }
    

    Returns

    System.Boolean

    Returns true if a joined table has been created and the condition on which the join is based has been specified; otherwise, returns false.

    Examples

    Applies to

    .NET Standard

    2.x

    Back to top Generated by Appeon