ISqlJoinBuilder.HasOn Property
.NET Standard 2.x
Gets whether a joined table has been created and the condition on which the join is based has been specified.
Namespace: SnapObjects.Data
Assembly: SnapObjects.Data.dll
Syntax
bool HasOn { get; }
Returns
System.Boolean
Returns true
if a joined table has been created and the condition on which the join is based has been specified; otherwise, returns false
.
Examples
Coming soon.
Applies to
.NET Standard
2.x