4 references to GetLiteralInfo
System.Data.OleDb (4)
OleDbConnection.cs (2)
422
quotePrefix = connection.
GetLiteralInfo
(ODB.DBLITERAL_QUOTE_PREFIX) ?? "";
423
quoteSuffix = connection.
GetLiteralInfo
(ODB.DBLITERAL_QUOTE_SUFFIX) ?? "";
OleDbMetaDataFactory.cs (2)
211
string? catalogSeparatorPattern = internalConnection.
GetLiteralInfo
(ODB.DBLITERAL_CATALOG_SEPARATOR);
212
string? schemaSeparatorPattern = internalConnection.
GetLiteralInfo
(ODB.DBLITERAL_SCHEMA_SEPARATOR);