Blacker.MangaScraper.Library.SQLite.SQLiteDALBase.ExecuteDataTable C# (CSharp) Метод

ExecuteDataTable() защищенный Метод

protected ExecuteDataTable ( SQLiteCommand command, SQLiteConnection connection ) : DataTable
command System.Data.SQLite.SQLiteCommand
connection System.Data.SQLite.SQLiteConnection
Результат System.Data.DataTable
        protected DataTable ExecuteDataTable(SQLiteCommand command, SQLiteConnection connection)
        {
            return ExecuteDataTable(command, connection, null);
        }

Same methods

SQLiteDALBase::ExecuteDataTable ( SQLiteCommand command, SQLiteConnection connection, System.Data.SQLite.SQLiteTransaction transaction ) : DataTable