Show / Hide Table of Contents

    ISqlFromBuilder.HasTable Property

    .NET Standard 2.x

    Gets whether any table source has been added to the current object using the From or FromRaw method.

    Namespace: SnapObjects.Data

    Assembly: SnapObjects.Data.dll

    Syntax

       bool HasTable { get; }
    

    Returns

    System.Boolean

    Returns true if any table source has been added to the current object; otherwise, returns false.

    Applies to

    .NET Standard

    2.x

    Back to top Generated by Appeon