Show / Hide Table of Contents

    SqlColumnAttribute.TableAlias Property

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

    0.5.0-alpha

    1.0.1 (current)

    Gets the alias of the table where the column belongs to.

    Namespace: SnapObjects.Data

    Assembly: SnapObjects.Data.dll

    Syntax

       public string TableAlias { get; }
    

    Property Value

    System.String

    The alias of the table where the column belongs to. This alias must be the same as the Alias property of the FromTable attribute or the JoinTable) attribute of the model class.

    Applies to

    .NET Standard

    2.x

    Back to top Generated by Appeon