6 references to ExecuteReaderFromSQLMethod
System.Data (6)
fx\src\data\System\Data\Odbc\odbcmetadatafactory.cs (6)
518
dataReader = command.
ExecuteReaderFromSQLMethod
(allRestrictions, ODBC32.SQL_API.SQLCOLUMNS);
768
dataReader = command.
ExecuteReaderFromSQLMethod
(allArguments, ODBC32.SQL_API.SQLGETTYPEINFO);
807
dataReader = command.
ExecuteReaderFromSQLMethod
(allRestrictions, ODBC32.SQL_API.SQLSTATISTICS);
845
dataReader = command.
ExecuteReaderFromSQLMethod
(allRestrictions,ODBC32.SQL_API.SQLPROCEDURECOLUMNS);
884
dataReader = command.
ExecuteReaderFromSQLMethod
(allRestrictions,ODBC32.SQL_API.SQLPROCEDURES);
987
dataReader = command.
ExecuteReaderFromSQLMethod
(allArguments, ODBC32.SQL_API.SQLTABLES);