No announcements
Found 3999676 threads
-
0 Votes
[Node.js][Mobile Apps] invokeApi with method POST results in a GET instead
To connect to the mobile app backend, simply use an HTTPS URL instead of an HTTP URL.Answered | 7 Replies | 1503 Views | Created by lucorn - Sunday, April 24, 2016 8:42 PM | Last reply by ppazpurua - Saturday, January 21, 2017 3:03 PM -
0 Votes
[UWP][MVVM] Instead of "GET" method as "POST" in httpclient.
How do I set up HttpContent for my HttpClient PostAsync?Answered | 5 Replies | 924 Views | Created by Le Thien Hoang - Tuesday, February 9, 2016 2:42 PM | Last reply by M.M.Sommer - Wednesday, February 10, 2016 2:40 PM -
3 Votes
Get reference to entity by string?
Just for illustrating how brilliant this weakly-typed API is: Following extension method allows you to retrieve a entity based on the weakly typed ...Answered | 3 Replies | 1573 Views | Created by Lightswitchnoob - Friday, January 4, 2013 11:34 AM | Last reply by Paul Van Bladel - Saturday, January 5, 2013 8:26 AM -
2 Votes
get the first record of an entity
Mike, here is a thread that might help: http://social.msdn.microsoft.com/Forums/en-US/lightswitchgeneral/thread/f0942dcd-b25e-4509-acac-a7facfb6560aAnswered | 2 Replies | 2139 Views | Created by tsiakk - Monday, May 2, 2011 8:38 PM | Last reply by Justin Anderson - Monday, May 2, 2011 8:46 PM -
1 Votes
Entity Framework: How to get the STORE:TYPE for an entity(C#)?
Hi Manoj.verma, You can use metadata to judge whether an entity is a table or not.Answered | 3 Replies | 3188 Views | Created by Manoj.verma - Monday, April 30, 2012 3:22 AM | Last reply by Allen_MSDN - Wednesday, May 2, 2012 5:59 AM -
5 Votes
Entity 'Inserted' method interfering with 'Validate' method?
Jim, This is the code I use to check for duplicates in the _validate method.Answered | 7 Replies | 751 Views | Created by jim bancroft - Sunday, December 13, 2015 11:27 PM | Last reply by Hessc - Monday, December 14, 2015 5:34 PM -
0 Votes
Getting entity children in Entity_Deleting
This is done so that you can get notification and run your business logic against all of the state changes that happen to the entities within the system.Answered | 6 Replies | 1908 Views | Created by Manuel Rivera - Saturday, May 26, 2012 4:16 PM | Last reply by Manuel Rivera - Wednesday, May 30, 2012 7:39 PM -
0 Votes
How to get type (AssemblyQualifiedName) of an entity at run time
If you want to keep the lazy-loading, then you can get the actual type of the entity by ...Answered | 1 Replies | 6688 Views | Created by Kul Sharma1 - Friday, January 7, 2011 10:23 AM | Last reply by Arthur Vickers - MSFT - Friday, January 7, 2011 5:00 PM -
0 Votes
“Specified method is not supported.” in entity framework
Consider using the .Add method of the associated ObjectSet<T> property instead. /// public void AddToDinners(Dinner ...Answered | 3 Replies | 4438 Views | Created by Gowthammanju - Tuesday, July 31, 2012 6:59 AM | Last reply by Alexander Sun - Thursday, August 2, 2012 2:03 AM -
3 Votes
How do I get at the entity collection in code?
What I am trying to do is get at the parent collection of the current entity.Answered | 6 Replies | 4212 Views | Created by Mr Yossu - Wednesday, July 27, 2011 2:50 PM | Last reply by JMuturi - Saturday, October 26, 2013 10:48 AM -
1 Votes
Instead of delete trigger and Entity Framework
Changed the trigger (although I was getting generic error in front-end) and then also added a check for 'CanBeDeleted'.Answered | 2 Replies | 1752 Views | Created by Naomi N - Saturday, July 21, 2018 12:28 AM | Last reply by Naomi N - Sunday, July 22, 2018 12:38 PM -
1 Votes
Getting the navigational property name for an entity relation.
I have looked into the RelationshipManager class with reflector and there is a very useful method overload.Answered | 6 Replies | 6425 Views | Created by Dmitry Starosta - Thursday, June 18, 2009 4:45 AM | Last reply by Diego B Vega [MSFT] - Sunday, June 21, 2009 6:54 PM -
0 Votes
Entity Framework Getting started
As mentioned in the comments in the first post, I have the project reference to System.Data.Entity.dll.Answered | 3 Replies | 5770 Views | Created by Rich± - Monday, September 12, 2011 6:55 PM | Last reply by Rich± - Thursday, September 15, 2011 12:19 PM -
0 Votes
Create Method in Entity Framwork
> When I see in designer.cs fille, It has createProfile method with only > two parameters, one is id and second is name. so what about all other > fields ...Answered | 3 Replies | 2140 Views | Created by Hiren Visavadiya - Thursday, December 22, 2011 6:08 AM | Last reply by SoftwareDveloper01 - Tuesday, March 4, 2014 6:32 PM -
5 Votes
Complex extension method - getting an error
I think that her post is just fine, instead of pointing out ten times in your post that her post isn't formulated you can ask her what details ...Answered | 15 Replies | 2596 Views | Created by Naomi N - Friday, March 29, 2013 7:55 PM | Last reply by Naomi N - Sunday, March 31, 2013 1:36 AM -
3 Votes
How to get a list of Math methods?
I also want to invoke Method like Math.Sin, but by foreach or string.Answered | 6 Replies | 1274 Views | Created by Ziya Ceferov - Wednesday, November 6, 2013 8:51 PM | Last reply by Ziya Ceferov - Tuesday, November 12, 2013 10:04 AM -
1 Votes
How to get displayname of lightswitch entities by the query in HTML client
tks very much,but it's woeful that I can not upload screenshot in reply. so I post my code instead.Answered | 8 Replies | 1077 Views | Created by chopic - Tuesday, November 4, 2014 1:46 PM | Last reply by chopic - Saturday, November 8, 2014 1:37 AM -
0 Votes
How to get entities/symbol from <w:sym> element
And base on the description, you were using multiple back slashes.Answered | 3 Replies | 1845 Views | Created by Shahab Uddin Abbasi - Tuesday, December 29, 2015 7:00 AM | Last reply by Fei Xue - Monday, January 4, 2016 5:28 AM -
0 Votes
How use POST method in visual webpart
JavaScript In your webpart on postback generate a JavaScript function to build an arbitrary form with post parameters, then submit to 3rd party page.Answered | 1 Replies | 7185 Views | Created by Michal.CZE - Friday, April 15, 2011 2:53 PM | Last reply by Vitaly Franko - Friday, April 15, 2011 3:40 PM -
0 Votes
How can I force my Silverlight WCF proxy client to use HTTP GET instead of POST?
Hi Kirkaiya, Since you want to build http get style REST service, you should use WebHttpBinding since that is the binding for REST ...Answered | 2 Replies | 4493 Views | Created by Kirkaiya - Wednesday, May 5, 2010 9:45 AM | Last reply by Steven Cheng - MSFT - Thursday, May 6, 2010 7:05 AM - Items 1 to 20 of 3999676 Next ›
No announcements