JoinTableAttribute.JoinTableAttribute(string alias, string name) Constructor
.NET Standard 2.x |  Current Version (1.0.1) 
Initializes a new instance of the JoinTableAttribute class.
Namespace: SnapObjects.Data
Assembly: SnapObjects.Data.dll
Syntax
  public JoinTableAttribute(string alias, string name): base(name)
Parameters
alias	System.String
The alias of the table to join.
name System.String
The name of the table to join.
Applies to
.NET Standard
2.x