Blacker.MangaScraper.Library.SQLite.SQLiteDALBase.ExecuteScalar C# (CSharp) 메소드

ExecuteScalar() 보호된 메소드

protected ExecuteScalar ( SQLiteCommand command, SQLiteConnection connection ) : object
command System.Data.SQLite.SQLiteCommand
connection System.Data.SQLite.SQLiteConnection
리턴 object
        protected object ExecuteScalar(SQLiteCommand command, SQLiteConnection connection)
        {
            return ExecuteScalar(command, connection, null);
        }

Same methods

SQLiteDALBase::ExecuteScalar ( SQLiteCommand command, SQLiteConnection connection, System.Data.SQLite.SQLiteTransaction transaction ) : object