コード例 #1
0
        public __SQLiteCommand(string sql, __SQLiteConnection c)
        {
            this.c = (__SQLiteConnection)(object)c;


            this.CommandText = SQLiteToMySQLConversion.Convert(
                sql,
                __SQLiteConnectionStringBuilder.InternalConnectionString.DataSource
            );


            this.InternalParameters = new __SQLiteParameterCollection { };
            this.Parameters = (__SQLiteParameterCollection)(object)this.InternalParameters;
        }
コード例 #2
0
        public __SQLiteCommand(string sql, __SQLiteConnection c)
        {
            this.c = (__SQLiteConnection)(object)c;


            this.CommandText = SQLiteToMySQLConversion.Convert(
                sql,
                __SQLiteConnectionStringBuilder.InternalConnectionString.DataSource
                );


            this.InternalParameters = new __SQLiteParameterCollection {
            };
            this.Parameters         = (__SQLiteParameterCollection)(object)this.InternalParameters;
        }