Skip to content

Latest commit

 

History

History
16 lines (10 loc) · 379 Bytes

File metadata and controls

16 lines (10 loc) · 379 Bytes

PostgresDialect.OpenQuote property

namespace: Serenity.Data   assemblySerenity.Net.Data

Gets the open quote character for quoting identifiers.

public virtual char OpenQuote { get; }

Property Value

The open quote.

See Also