4 references to KeywordNotSupported
System.Data.OleDb (4)
DbConnectionOptions.cs (1)
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]);