4 references to GetLiteralInfo
System.Data (4)
fx\src\data\System\Data\OleDb\OleDbConnection.cs (2)
424
quotePrefix = connection.
GetLiteralInfo
(ODB.DBLITERAL_QUOTE_PREFIX);
425
quoteSuffix = connection.
GetLiteralInfo
(ODB.DBLITERAL_QUOTE_SUFFIX);
fx\src\data\System\Data\OleDb\OleDbMetaDataFactory.cs (2)
202
string catalogSeparatorPattern = internalConnection.
GetLiteralInfo
(ODB.DBLITERAL_CATALOG_SEPARATOR);
203
string schemaSeparatorPattern = internalConnection.
GetLiteralInfo
(ODB.DBLITERAL_SCHEMA_SEPARATOR);