MySqlDialect.UnionKeyword method
namespace: Serenity.Data assembly: Serenity.Net.Data
Gets the union keyword for specified union type.
public string UnionKeyword(SqlUnionType unionType)
| parameter | description |
|---|---|
| unionType | Type of the union. |
Return Value
Union keyword
Exceptions
| exception | condition |
|---|---|
| NotImplementedException |
See Also
- enum SqlUnionType
- class MySqlDialect