Skip to content

Latest commit

 

History

History
20 lines (13 loc) · 427 Bytes

File metadata and controls

20 lines (13 loc) · 427 Bytes

PostgresDialect.QuoteIdentifier method

namespace: Serenity.Data   assemblySerenity.Net.Data

Quotes the identifier.

public virtual string QuoteIdentifier(string s)
parameter description
s The identifier.

Return Value

Quoted identifier

See Also