Is your feature request related to a problem? Please describe.
Currently, inserting record is dependent on matching the column order in the schema. If the code model differs from the schema model in column ordering. there would be a problem.
Describe the solution you'd like
the insert into statement would use to the INSERT INTO [SCHEMA].[TABLE] ([column1], [column3], [column2]) inste
The HTTP Proxy was an assignment for the course Web Infrastructures of the semester .Net on the Server at the Hogeschool of Arnhem and Nijmegen. The assignment was to build a proxy server in C # .Net, for this it was not allowed to use the standard http classes of .Net. All communication had to be built up from the TCP level.
Is your feature request related to a problem? Please describe.
Currently, inserting record is dependent on matching the column order in the schema. If the code model differs from the schema model in column ordering. there would be a problem.
Describe the solution you'd like
the insert into statement would use to the INSERT INTO [SCHEMA].[TABLE] ([column1], [column3], [column2]) inste