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);
        }