Skip to content
#

netframework47

Here are 28 public repositories matching this topic...

kccarter76
kccarter76 commented Jul 30, 2020

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

Improve this page

Add a description, image, and links to the netframework47 topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the netframework47 topic, visit your repo's landing page and select "manage topics."

Learn more