SubQueryAttribute.SubQueryAttribute(string name, Type modelType, string selectName) Constructor
.NET Standard 2.x | Current Version (1.0.1)
Initializes a new instance of the SubQueryAttribute class.
Namespace: SnapObjects.Data
Assembly: SnapObjects.Data.dll
Syntax
public SubQueryAttribute(string name, Type modelType, string selectName)
Parameters
name
System.String
The name of the subquery.
modelType
System.Type
The type of the model that represents the subquery.
selectName
System.String
The name of the select list (SqlSelectAttribute.SelectName property) predefined in modelType
which can switch the SELECT clause.
Applies to
.NET Standard
2.x