SubQueryAttribute.IsRawSql Property
.NET Standard 2.x |  Current Version (1.0.1) 
Gets whether a raw SQL has been specified for the subquery.
Namespace: SnapObjects.Data
Assembly: SnapObjects.Data.dll
Syntax
   public bool IsRawSql { get; }
Property Value
System.Boolean
True: a raw SQL has been specified for the subquery.
False: a model type has been specified for the subquery.
Applies to
.NET Standard
2.x