ISqlJoinOnAndOr<TBuilder>.HasOn Property
.NET Standard 2.x
Gets whether any search condition has been added to the ON clause using the On
or OnRaw
method and so on.
Namespace: SnapObjects.Data
Assembly: SnapObjects.Data.dll
Syntax
bool HasOn { get; }
Returns
System.Boolean
Returns true
if any search condition has been added to the ON clause; otherwise, returns false
.
Examples
Applies to
.NET Standard
2.x