No announcements
Found 2938658 threads
-
2 Votes
refreshing a table STRUCTURE in the datacontext - linq to SQL
I'm use Linq to SQL to perform queries on a TBL_Customer (inside 'MyDataContext' Datacontext). i want to refresh ...Answered | 5 Replies | 5289 Views | Created by rodniko - Thursday, July 9, 2009 5:09 PM | Last reply by Joyse1 - Thursday, July 5, 2012 12:33 PM -
0 Votes
refreshing a datacontext table - linq to SQL
i use Linq to SQL to perform queries on a TBL_Customer (inside 'MyDataContext' Datacontext). i want to refresh the ...Discussion | 4 Replies | 3011 Views | Created by rodniko - Thursday, July 9, 2009 3:18 PM | Last reply by rodniko - Thursday, July 16, 2009 11:13 AM -
0 Votes
Refreshing LINQ datacontext
Not able to verify at the moment, but as I recall, setting as I have described will force a refresh of the DataGridView. Brent Spaulding | Access MVPUnanswered | 2 Replies | 9859 Views | Created by Prabodh Sawant - Thursday, December 3, 2009 2:16 PM | Last reply by datAdrenaline - Tuesday, October 5, 2010 4:03 AM -
0 Votes
Datacontext table contents using Linq to SQL
Hi John, Linq To Sql will not load the rows in your application if not explicitly told to do so. For ...Answered | 3 Replies | 5693 Views | Created by John H Clark - Friday, February 29, 2008 6:57 PM | Last reply by Jim Wooley - Friday, February 29, 2008 10:52 PM -
0 Votes
LINQ DataContext class in depth
to SQL file (VS Orcas designer)) you always get a class that derives from the DataContext class. The DataContext can be equated ... -
1 Votes
difference in refreshing linq to sql classes
The Refresh function can take parameters and refresh a particular entity while creating a new datacontext is obviously a lot more processing so slower. I ...Answered | 1 Replies | 2914 Views | Created by marck68 - Friday, May 1, 2009 8:47 AM | Last reply by CodeCruiser - Friday, May 1, 2009 10:16 AM -
0 Votes
Connect To Linq DataContext Problem
I used Linq to sql to connect a remote sql server 2000 . All is ok . Today I generate the sql ...Answered | 1 Replies | 3635 Views | Created by ms44cn - Wednesday, October 15, 2008 11:35 AM | Last reply by Patrik Löwendahl - Thursday, October 16, 2008 3:45 PM -
0 Votes
LINQ to SQL DataContext as Resource
Anyway, I have since decided that it probably wouldn't be a good idea to instantiate the DataContext in the XAML, and am handling it in ...Answered | 2 Replies | 3860 Views | Created by KeithCM - Sunday, February 24, 2008 8:27 PM | Last reply by KeithCM - Thursday, February 28, 2008 7:48 AM -
0 Votes
Catch SqlException in Linq to Sql DataContext
Thanks for these pointers Tommy5201 I will read them again at leisure but after a quick scan they are not directly relevant - and they are also based on 2 ...Unanswered | 8 Replies | 20855 Views | Created by GrahamCDL - Monday, August 30, 2010 1:28 PM | Last reply by GrahamCDL - Wednesday, September 1, 2010 11:58 AM -
0 Votes
Problem using a LinQ To SQL datacontext
I have created a Linq To Sql entity using the drag and drop method in Visual Studion 2008. I have then inherited from a base class ...Discussion | 2 Replies | 4588 Views | Created by RentAPlace - Thursday, September 17, 2009 1:17 AM | Last reply by Thomas Koelle - Tuesday, September 22, 2009 2:18 PM -
0 Votes
Using a LINQ to SQL System on Another Database with the same Table Structure
Yes, you can pass a connection string to the DataContext constructor. Alternatively you can store the connection string in ...Answered | 1 Replies | 4014 Views | Created by damianrflynn - Sunday, November 29, 2009 2:56 AM | Last reply by KristoferA - Sunday, November 29, 2009 3:22 AM -
0 Votes
Datacontext Design structure.
DB. Here is an article on the ...Answered | 1 Replies | 3468 Views | Created by altja - Wednesday, March 11, 2009 1:23 AM | Last reply by Allan Merolla - Wednesday, March 11, 2009 2:57 AM -
0 Votes
Refreshing BindingSource using Linq To SQL
have solved the problem but not in a way I wanted. Turns out that DataContext and Linq To SQL is best for ...Answered | 3 Replies | 4972 Views | Created by deastr - Tuesday, October 20, 2009 2:39 PM | Last reply by MikeSchuch - Monday, December 21, 2009 8:54 PM -
0 Votes
LINQ To SQL - Access/Reference to DataContext
Now whenever you access a customer's Orders via the Orders property its orders will be filtered by the query you used in the AssociationWith call ...Answered | 2 Replies | 3667 Views | Created by radco_slovakia - Wednesday, December 26, 2007 11:03 PM | Last reply by Matt Warren - MSFT - Thursday, December 27, 2007 3:11 AM -
1 Votes
refreshing a listview bound by linq to sql
i have a list view that is bound to a list generated by a linq to sql query when i update one of the items i would like ...Answered | 4 Replies | 2964 Views | Created by hopefullProgrammer - Thursday, December 22, 2011 12:02 PM | Last reply by hopefullProgrammer - Sunday, December 25, 2011 10:31 AM -
0 Votes
exposing Linq DataContext to a webservice
templates are generated. Problem: I created a ASP.NET webservice project, added LINQ to SQL Classes , added required entities (tables) ...Answered | 1 Replies | 3998 Views | Created by Krishna Prasad _KP_ - Tuesday, November 18, 2008 3:11 PM | Last reply by John Saunders - Tuesday, November 18, 2008 3:51 PM -
0 Votes
C# Linq to Sql - DataContext dynamic MappingSource
InotifyPropertyChanged Interface to the Mapping Source of the Linq-Class or what? I dont have the right idea... Maybe i can put a ado.net ...Answered | 2 Replies | 4935 Views | Created by Techtwebty - Friday, June 12, 2009 7:25 AM | Last reply by Jim Zhou - MSFT - Thursday, June 18, 2009 9:16 AM -
1 Votes
LINQ to SQL dbml file not generating a DataContext class
Systems Co., Ltd. - Cool tools for Linq-to-SQL and Entity Framework: www.huagati.com/dbmltools (VS designer add-in), www.huagati.com/L2SProfiler (query profiler ...Answered | 2 Replies | 12344 Views | Created by Gehrigsranch - Tuesday, September 1, 2009 10:24 PM | Last reply by KristoferA - Thursday, September 3, 2009 7:57 AM -
0 Votes
LINQ to SQL: Map a class to table in runtime
function would simply SELECT * from the appropriate table. Then, map this table-valued function to your typed DataContext. You would ...Answered | 2 Replies | 6110 Views | Created by raghavsri - Sunday, June 7, 2009 1:28 PM | Last reply by Damien Guard - Monday, June 8, 2009 3:57 PM -
0 Votes
Expose a Table<TEntity> of a Linq to SQL DataContext exported with MEF in a Hostapplication
a dll with my Datacontext class and my Objectmodel classes, I created Properties to get my Table<TEntity> ... all well known and working if you put ...Answered | 5 Replies | 3469 Views | Created by Markus Ro - Thursday, September 19, 2013 8:16 AM | Last reply by Markus Ro - Tuesday, October 15, 2013 11:40 AM - Items 1 to 20 of 2938658 Next ›
No announcements