Skip to content

If table column name and entity model field have different case the BulkInsert failed #47

Description

@mircomt-soft

If table column name and entity model field have different case the BulkInsert failed

The bulkinsert is CaseSensitive for names of table column and entity model field

For expample if my table has the column "Name" and my model has the field "NAME" the insert failed with InvalidOperationException because the column mapping is invalid.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions