Skip to content

Latest commit

 

History

History
20 lines (13 loc) · 421 Bytes

File metadata and controls

20 lines (13 loc) · 421 Bytes

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