OutJoinSyntax Enum
.NET Standard 2.x
Specifies how to format the SQL syntax for outer joins for the database back end you are accessing.
Namespace: SnapObjects.Data
Assembly: SnapObjects.Data.dll
Syntax
public enum OutJoinSyntax
Members
| Member Name | Remarks |
|---|---|
| PB | The generated SQL is PBSelect syntax. |
| ANSI | The generated SQL syntax follows ANSI SQL-92. |