Home
last modified time | relevance | path

Searched defs:quoteSuffix (Results 1 – 8 of 8) sorted by relevance

/dports/lang/mono/mono-5.10.1.57/external/corefx/src/System.Data.SqlClient/src/System/Data/SqlClient/
H A DSqlCommandBuilder.cs184 private void ConsistentQuoteDelimiters(string quotePrefix, string quoteSuffix) in ConsistentQuoteDelimiters()
/dports/lang/mono/mono-5.10.1.57/mcs/class/referencesource/System.Data/System/Data/SqlClient/
H A DSqlCommandBuilder.cs197 private void ConsistentQuoteDelimiters(string quotePrefix, string quoteSuffix){ in ConsistentQuoteDelimiters()
/dports/lang/mono/mono-5.10.1.57/mcs/class/System.Data.OracleClient/System.Data.OracleClient/
H A DOracleCommandBuilder.cs52 string quoteSuffix; field in System.Data.OracleClient.OracleCommandBuilder
/dports/lang/mono/mono-5.10.1.57/external/corefx/src/Common/src/System/Data/Common/
H A DAdapterUtil.cs135 …internal static bool RemoveStringQuotes(string quotePrefix, string quoteSuffix, string quotedStrin… in RemoveStringQuotes()
362 …internal static string BuildQuotedString(string quotePrefix, string quoteSuffix, string unQuotedSt… in BuildQuotedString()
/dports/lang/mono/mono-5.10.1.57/mcs/class/referencesource/System.Data/System/Data/OleDb/
H A DOleDbConnection.cs415 … internal void GetLiteralQuotes(string method, out string quotePrefix, out string quoteSuffix) { in GetLiteralQuotes()
/dports/lang/mono/mono-5.10.1.57/mcs/class/referencesource/System.Data/System/Data/Common/
H A DDBCommandBuilder.cs1471 … static internal string[] ParseProcedureName(string name, string quotePrefix, string quoteSuffix) { in ParseProcedureName()
H A DAdapterUtil.cs1984 …static internal string BuildQuotedString(string quotePrefix, string quoteSuffix, string unQuotedSt… in BuildQuotedString()
2292 …static internal Boolean RemoveStringQuotes(string quotePrefix, string quoteSuffix, string quotedSt… in RemoveStringQuotes()
/dports/lang/mono/mono-5.10.1.57/external/corefx/src/System.Data.Odbc/src/System/Data/Odbc/
H A DOdbcDataReader.cs2902 … internal static string[] ParseProcedureName(string name, string quotePrefix, string quoteSuffix) in ParseProcedureName()