I use Linq for SQL for database operations and try to perform insert operations in VIEW, it throws an error,
XXt threw exception: System.InvalidOperationException: Can't perform Create,
Update or Delete operations on 'Table(XXX)' because it has no primary key.
How to use LINQ to insert record in View using C #?
Thanks.
source
share