Show / Hide Table of Contents

    ISqlFromBuilder.HasTable Property

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

    0.5.0-alpha

    1.0.1 (current)

    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