Blacker.MangaScraper.Library.SQLite.SQLiteDALBase.ExecuteDataTable C# (CSharp) Method

ExecuteDataTable() protected method

protected ExecuteDataTable ( SQLiteCommand command, SQLiteConnection connection ) : DataTable
command System.Data.SQLite.SQLiteCommand
connection System.Data.SQLite.SQLiteConnection
return 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