No announcements
Found 88735 threads
-
8 Votes
why TCHAR('\xfeff') generates error C2022: '65279' : too big for character when UNICODE is defined?
isn't TCHAR supposed to accomodate values of that range when UNICODE is defined?Answered | 18 Replies | 3160 Views | Created by ColdBackup - Thursday, July 12, 2012 11:23 PM | Last reply by Codeplug - Monday, July 16, 2012 10:28 PM -
0 Votes
dynamically ExecuteStoreQuery
Hi I using entity framework, in my Web UI i need to run the query and stored procedure ...Answered | 4 Replies | 2929 Views | Created by ArunPrakash82 - Saturday, October 20, 2012 6:16 AM | Last reply by Ipyrkh - Tuesday, April 25, 2017 10:33 PM -
3 Votes
Using ExecuteStoreQuery with Parameters
A snapshot example of passing parameters to ExecuteStoreQuery<>() can be found ...Answered | 4 Replies | 26939 Views | Created by obrienkev - Tuesday, January 31, 2012 12:34 PM | Last reply by Sean Russell MVC - Thursday, November 27, 2014 6:50 AM -
0 Votes
Need help with ExecuteStoreQuery
Hi, I got a linq query and i am writing it into sql query using ExecuteStoreQuery for eg my linq query is var details = from ...Answered | 3 Replies | 3894 Views | Created by Phani25485 - Tuesday, January 25, 2011 8:39 AM | Last reply by Michael Sun [MSFT] - Friday, January 28, 2011 4:04 PM -
0 Votes
My discoveries with ExecuteStoreQuery
2. EF lets you slip if ExecuteStoreQuery has extraAnswered | 4 Replies | 15316 Views | Created by zeeshan hirani - Saturday, June 13, 2009 7:18 PM | Last reply by Julie Lerman - Thursday, December 10, 2009 1:00 AM -
0 Votes
problem with ExecuteStoreQuery
I'm using ExecuteStoreQuery to return needed data for a grid to client via ria services, but the problem is when I run the load command on this Query it ...Answered | 1 Replies | 3227 Views | Created by phpcs - Tuesday, July 13, 2010 5:24 AM | Last reply by kylemc - Tuesday, July 13, 2010 10:26 AM -
0 Votes
Using ExecuteStoreQuery method
whether it is inline query or some thing else. To query the tables that > are not in the model i can use ExecuteStoreQuery and that gives meProposed | 9 Replies | 8166 Views | Created by Raza Haider - Saturday, June 9, 2012 2:23 PM | Last reply by Raza Haider - Tuesday, July 3, 2012 6:17 AM -
2 Votes
ExecuteStoreQuery throwing InvalidOperationException
When I run the following ExecuteStoreQuery consitently throws an InvalidOperationException with the following message: When executing a command, parameters must be ...Answered | 4 Replies | 8896 Views | Created by Jon Theriault - Friday, November 12, 2010 1:51 PM | Last reply by liurong luo - Monday, November 15, 2010 2:47 AM -
0 Votes
dynamic queries using ExecuteStoreQuery
I would like to use the ExcuteStoreQuery<TEntity> method do execute dynmaic SQL-queries against my database for readonly access. The problem is, I have to define the type of entites ...Unanswered | 1 Replies | 5982 Views | Created by bolek75 - Thursday, February 4, 2010 1:47 PM | Last reply by André Werlang - Thursday, February 4, 2010 3:30 PM -
0 Votes
Does ExecuteStoreQuery suffer from view generation
If ExecuteStoreQuery is the only operation you do in your app( i.e. no other query nor savechanges), then you won't hit view generation. But MetadataWorkspace is populated though with ...Unanswered | 2 Replies | 6168 Views | Created by zeeshan hirani - Monday, July 5, 2010 7:14 PM | Last reply by zeeshan hirani - Wednesday, July 14, 2010 7:56 AM -
0 Votes
insert element into empty list dynamically with specified index
); then i got a exception as An exception of type 'System.ArgumentOutOfRangeException' occurred in mscorlib.dll but was ...Answered | 1 Replies | 3445 Views | Created by NNagesh - Friday, February 22, 2013 3:00 PM | Last reply by pcmichaels - Friday, February 22, 2013 4:41 PM -
3 Votes
ObjectContext.Translate<T> and ExecuteStoreQuery<T> Materialization Issues
Now I am forced to rename my db columns to my model (or vice-versa) so that they match in order for the ExecuteStoreQuery (or Translate<T>) to materialize my entitiesDiscussion | 3 Replies | 6354 Views | Created by Moises J - Friday, September 16, 2011 3:59 PM | Last reply by korggy - Saturday, February 9, 2013 5:58 PM -
0 Votes
ExecuteStoreQuery returning EntityObject ignores custom properties
the CSDL metadata. I think that's why ExecuteStoreQuery ingores custom properties in EntityObject. Good day! Thanks Michael ...Answered | 1 Replies | 2459 Views | Created by hiltona_a - Wednesday, January 25, 2012 12:01 AM | Last reply by Michael Sun [MSFT] - Wednesday, January 25, 2012 5:27 AM -
2 Votes
Select all control names in dynamically
HI, I need get all control names in dynamically Button , Label , Textbox , Combobox , Checkbox and Contextmenustrip ...Answered | 4 Replies | 350 Views | Created by Farook M - Saturday, September 29, 2018 6:39 AM | Last reply by Farook M - Wednesday, October 3, 2018 9:10 AM -
1 Votes
ExecuteStoreQuery Casting Problem
public IEnumerable<int> GetPopularCourseIds() { return var dd = ...Answered | 7 Replies | 2578 Views | Created by vikaslalkiya - Wednesday, November 13, 2013 12:25 PM | Last reply by Fred Bao - Friday, November 15, 2013 2:43 AM -
0 Votes
Load DLL dynamically by SetWindowsHookEx
I'd say you should handle this DLL loading in your hook DLL in you DLLMain if the reason "DLL_PROCESS_ATTACH" occurs. Every process will use an own "copy" of ...Answered | 5 Replies | 2214 Views | Created by cplusplusdev - Monday, August 13, 2012 7:04 AM | Last reply by cplusplusdev - Wednesday, August 22, 2012 4:14 AM -
0 Votes
Dynamically selecting database in stored procedure
Essentially if the role doesnt exist this conditional is true which then creates the role and its permissions. The problem is that this query returns the names of the roles specific to ...Answered | 4 Replies | 1476 Views | Created by dcsalvagnini - Friday, October 19, 2012 6:03 PM | Last reply by dcsalvagnini - Friday, October 19, 2012 6:27 PM -
0 Votes
Javascript code to dynamically get a public link of a file in document library
 In Office 365 (SharePoint online) We can get the link of file as shown in the below image. (ie when we are click on context menu ...Answered | 1 Replies | 585 Views | Created by synthasis_shajan - Tuesday, October 18, 2016 12:40 PM | Last reply by Dennis Guo - Wednesday, October 19, 2016 2:24 AM -
0 Votes
Dynamically create property name
I use DynamicObject class to create properties dynamically. In mail method I use it like this.(With reference toAnswered | 5 Replies | 5232 Views | Created by Sanyon_d - Monday, June 13, 2011 6:13 AM | Last reply by Jackie-Sun - Friday, June 17, 2011 2:28 AM -
1 Votes
How to load a page dynamically in pageviewer
;).hide()) and $("div#(WebpartID)").show() This is also not working. I am quite new to sharepoint and ...Answered | 2 Replies | 1094 Views | Created by asterixtech - Wednesday, May 29, 2013 2:56 PM | Last reply by asterixtech - Thursday, May 30, 2013 2:47 PM - Items 1 to 20 of 88735 Next ›
No announcements