ISqlDialect.QuoteIdentifier method
Quotes the identifier.
public string QuoteIdentifier(string s)
| parameter | description |
|---|---|
| s | The identifier. |
Return Value
The quoted identifier.
See Also
- interface ISqlDialect
Quotes the identifier.
public string QuoteIdentifier(string s)
| parameter | description |
|---|---|
| s | The identifier. |
The quoted identifier.