|
|
Browse by Tags
All Tags » SQL Server » LINQ (RSS)
-
OK, you guys won; I'm trying out SQL Server. I found a kink in how .NET 3.5 handles Entity association members, but hopefully my work-around will work in all cases. The kink is if you have an entity class with an association EntitySet, you have to give that member a value before using the InsertOnUpdate DataContext method. I'm also ...
-
I ran into a snag with my password; I forgot a typographical character was required. So, I started a new identity; you might notice my e-mail address changed too. Anyway, I decided to give SQL Server 3.5 a try. Here is a couple of entities I created with C# 2008 Express. I know it looks sloppy, but it works.
using System;
using ...
|
|
|