Show / Hide Table of Contents

    SqlColumnAttribute.TableAliasDefined Property

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

    0.5.0-alpha

    1.0.1 (current)

    Gets whether the table (where the column belongs to) has an alias.

    Namespace: SnapObjects.Data

    Assembly: SnapObjects.Data.dll

    Syntax

        public bool TableAliasDefined => !string.IsNullOrWhiteSpace(this.TableAlias);
    

    Property Value

    System.Boolean

    True: an alias has been defined for the table (where the column belongs to)

    False (default): an alias has NOT been defined for the table (where the column belongs to)

    Applies to

    .NET Standard

    2.x

    Back to top Generated by Appeon