c# - Non-Generated Property in LINQ to SQL insert behavior -


Is it possible to emphasize on the SQL Designer behavior editor from LINQ to identify properties of table entities not generated by the designer Is it yourself? That is - I want to give a custom property (defined in my own partial class) as a parameter for a stored procedure.

I have tried to specify the parameter name in the XML (which does miracles for it while complying with some other things, such as SP return types, when the L2S designer can not make the fact that Returns match an existing table). Unfortunately this does not work.

I am currently sending a set of web services written in .NET 1.1 which comes after it. I am trying to integrate all those behaviors which were considered for two layers of Business Objects (mainly changing the field name in objects and type conversions from DB) in LINQ objects.

The simplest solution in this case is to simply change the type of parameter for SP in DB, and what I will do in this case. Already there are three separate sets of SP db running. Old Web Services .NET 2.0 Web Services and Websites. I'm trying to avoid the spread of the WCF Web Service SP because I think that considering this section will be a very common occurrence when considering most of the reach.

There are many problems with the designer with support for the declared properties of partial category. Some of these are being addressed for 2010, but I'm not sure this specific problem has been covered. You may want to enter a bug item on the connect. Com.microsoft.com To get the team to see it.

In the mean time, I suspect that you are going to manually manage these functions in partial orbit instead of designer / DBML. The basis of the SQL proc store support from LINQ is based on the conference, so long as the method is correctly named, it should still be used, even if you do not explicitly configure it in DBML.


Comments

Popular posts from this blog

c# - ListView onScroll event -

PHP - get image from byte array -

Linux Terminal Problem with Non-Canonical Terminal I/O app -