Skip to content

ISqlDialect.QuoteColumnAlias method

Quotes the column alias. This usually calls QuoteIdentifier except for Oracle.

public string QuoteColumnAlias(string s)
parameter description
s The column alias.

Return Value

The quoted column alias.

See Also