System.Data.SQLite.SQLiteCommand.SQLiteCommand C# (CSharp) Метод

SQLiteCommand() публичный Метод

public SQLiteCommand ( SQLiteConnection connection ) : System
connection SQLiteConnection
Результат System
        public SQLiteCommand(SQLiteConnection connection)
        {
            __command = new Mono.Data.Sqlite.SqliteCommand (connection.__connection);
        }