ISqlDialect.UnionKeyword method
Gets the union keyword for the specified union type.
public string UnionKeyword(SqlUnionType unionType)
| parameter | description |
|---|---|
| unionType | Type of the union. |
Return Value
The union keyword.
See Also
- enum SqlUnionType
- interface ISqlDialect