School Accreditation Saving Data Error

Issue #379 resolved
Ghislain Hachey created an issue

No description provided.

Comments (2)

  1. Brian Lewis repo owner

    When an editable view is used as a virtual table; ie edited in the user interface - EF will require that the field pCreateTag in the underlying table is:

    -- a unique identifier

    -- not nullable

    -- has a default value newid()

    Without these constraints, EF determines that the field cannot be a primary key, as it is claimed to be (this claim is made when the EF model derives from CreateTagged base class)

  2. Log in to comment