SubQueryAttribute.SubQueryAttribute(string name, string rawSql) 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, string rawSql)
Parameters
name
System.String
The name of the subquery.
rawSql
System.String
The raw SQL used as the subquery.
Applies to
.NET Standard
2.x