1
Vote

Linq to sharepoint(Issue after list name change)

description

Hi Friends,
 
when we create clasess for linq to sharepoint using spmetal utility
 
and suppose some one rename list name from front end
 
will it work with exiting class(linq to sharepoint)
 

 
DataContext data = new DataContext(SPContext.Current.Web.Url);
Listname = data.GetList<Listname>("List name");
 
above code will not working if user change list name
 
is it possible to use list url instead of List name in spmetal utility
 

 

 

 
Sachin walunj
 
sachin.walunj@mphasis.com

comments