C
cyberdude
Hi,
I've discovered that if a new row is added to a database table (say via
ISQL), then the LINQ-to-SQL entity is automatically updated with this new
row. This is undoubtably a useful feature because you don't have to manually
refresh your entity. However it can also pose problems with tables that are
updating v.frequently - you might not want to update the in-memory entity
automatically.
How do you switch this feature off in LINQ-to-SQL ?
I've discovered that if a new row is added to a database table (say via
ISQL), then the LINQ-to-SQL entity is automatically updated with this new
row. This is undoubtably a useful feature because you don't have to manually
refresh your entity. However it can also pose problems with tables that are
updating v.frequently - you might not want to update the in-memory entity
automatically.
How do you switch this feature off in LINQ-to-SQL ?