I have a partition table, and in this table I have the columns SectionId, CourseId, Name, Capacity .... here CourseId is a column with a zero value, and its Foreignkey here is focused on the Cousrse table .... this CourseId column is recently added.
I am trying to add entries to this table using an entity structure in the Entiry infrastructure, which displays all column names except this CourseId, and when I send data to this section table, all data except the course ID is fine ... value courseId is saved as Null ...
how can I pass CourseId to this column ...... can someone help me here
source
share