OracleDialect.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

Exceptions

exception condition
NotImplementedException

See Also