SubQueryAttribute.SubQueryAttribute(string name, Type modelType) 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) : this(name, modelType, null)
Parameters
name
System.String
The name of the subquery.
modelType
System.Type
The type of the model that represents the subquery.
Applies to
.NET Standard
2.x