ISqlDialect.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
See Also
- enum SqlUnionType
- interface ISqlDialect