Show / Hide Table of Contents

    FromTableAttribute.FromTableAttribute(string alias, string name) Constructor

    .NET Standard 2.x

    Initializes a new instance of the FromTableAttribute class.

    Namespace: SnapObjects.Data

    Assembly: SnapObjects.Data.dll

    Syntax

      public FromTableAttribute(string alias, string name): base(name)
    

    Parameters

    alias System.String

    The alias of the database table.

    name System.String

    The name of the database table.

    Applies to

    .NET Standard

    2.x

    Back to top Generated by Appeon