JoinTableAttribute.JoinTableAttribute(string alias, string name) Constructor
.NET Standard 2.x
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