5 references to KeywordNotSupported
System.Data.OleDb (5)
DbConnectionOptions.cs (2)
823throw ADP.KeywordNotSupported(keyname); 916throw ADP.KeywordNotSupported(keyname);
OleDbConnectionStringBuilder.cs (3)
122throw ADP.KeywordNotSupported(keyword); 317throw ADP.KeywordNotSupported(s_validKeywords[(int)index]); 361throw ADP.KeywordNotSupported(s_validKeywords[(int)index]);