SqlWhereAttribute.RawConditionDefined Property
.NET Standard 2.x
Gets whether the raw search condition has been specified in the constructor.
Namespace: SnapObjects.Data
Assembly: SnapObjects.Data.dll
Syntax
public bool RawConditionDefined { get; }
Property Value
System.Boolean
True
: the current instance of the SqlWhere
attribute is initialized by a raw SQL search condition.
False
: the current instance of the SqlWhere
attribute is initialized by the SQL expression on the
left, the operator, and the SQL expression on the right.
Applies to
.NET Standard
2.x