ISqlWhereBuilder.HasWhere Property
.NET Standard 2.x
Determines whether any search condition has been added to the WHERE clause of the current object using a Where
or WhereRaw
method and so on.
Namespace: SnapObjects.Data
Assembly: SnapObjects.Data.dll
Syntax
bool HasWhere { get; }
Returns
System.Boolean
Returns true
if any search condition has been added to the WHERE clause of the current object; otherwise, returns false
.
Applies to
.NET Standard
2.x