How do I insert explicit record into table with identity primary key using DLinq? I do import from external source and need to keep identity values. Using custom T-SQL command is not an option because this ruins main idea of using DLinq: compile-time error detection is not available. Thanks Martin
Read More...