System.Data.SQLite.SQLiteCommand.SQLiteCommand C# (CSharp) Method

SQLiteCommand() public method

public SQLiteCommand ( SQLiteConnection connection ) : System
connection SQLiteConnection
return System
        public SQLiteCommand(SQLiteConnection connection)
        {
            __command = new Mono.Data.Sqlite.SqliteCommand (connection.__connection);
        }