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