Show / Hide Table of Contents

    SqlColumnAttribute.SqlColumnAttribute(string tableAlias, string column, string columnAlias) Constructor

    .NET Standard 2.x

    Initializes a new instance of the SqlColumnAttribute class.

    Namespace: SnapObjects.Data

    Assembly: SnapObjects.Data.dll

    Syntax

        public SqlColumnAttribute(string tableAlias, string column, string columnAlias)
    

    Parameters

    tableAlias 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.

    column System.String

    The name of the column which the property is mapped to.

    columnAlias System.String

    The alias of the column which the property is mapped to.

    Applies to

    .NET Standard

    2.x

    Back to top Generated by Appeon