SubQueryAttribute.SubQueryAttribute Constructor
.NET Standard 2.x
Initializes a new instance of the SubQueryAttribute class.
Namespace: SnapObjects.Data
Assembly: SnapObjects.Data.dll
Overloads
Constructor | Description |
---|---|
SubQueryAttribute(string name, string rawSql) | Initializes a new instance of the SubQueryAttribute class. |
SubQueryAttribute(string name, Type modelType) | Initializes a new instance of the SubQueryAttribute class. |
SubQueryAttribute(string name, Type modelType, string selectName) | Initializes a new instance of the SubQueryAttribute class. |