SqlUnionAttribute.IsRawSql Property
.NET Standard 2.x
Gets whether a raw SQL has been specified for the UNION operator.
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 UNION operator.
False
: a model has been specified for the UNION operator.
Applies to
.NET Standard
2.x