Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Added support for BulkInsert and InsertFrom #33

Open
wants to merge 9 commits into
base: master
Choose a base branch
from

Conversation

seguemark
Copy link

This update includes support for:

  • BulkInsert of an IEnumerable into a single table
  • InsertFrom to insert records into one table based on a select statement (SQL Server 'insert from' syntax)
  • To support BulkInsert / InsertFrom, added support for multiple mapping fragments and constant property values
  • Improved schema name detection
  • Updated Microsoft's DynamicQuery code to include additional operations, including "IsType" (OfType), and "In", as well as a generic version of Select and additional options for OrderBy / OrderByDescending

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
1 participant