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