SqlUnionAttribute.SqlUnionAttribute(Type modelType) Constructor
.NET Standard 2.x |  Current Version (1.0.1) 
Initializes a new instance of the SqlUnionAttribute class.
Namespace: SnapObjects.Data
Assembly: SnapObjects.Data.dll
Syntax
   public SqlUnionAttribute(Type modelType): this(modelType, null)
Parameters
modelType System.Type
The type of a model class whose SQL SELECT statement will be combined with the current SQL query.
Applies to
.NET Standard
2.x