ISqlDialect.UnionKeyword method

namespace: Serenity.Data   assemblySerenity.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