SqlAndWhereAttribute.RawConditionDefined Property
.NET Standard 2.x | Current Version (1.0.1)
Gets whether the raw SQL 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 raw search condition has been specified.
False: the raw search condition has not been specified.
Applies to
.NET Standard
2.x