Skip to content

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

@mircomt-soft

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.

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