ssteenkiste / nettiers

Automatically exported from code.google.com/p/nettiers
1 stars 0 forks source link

Geography/Geometry support in SQL Client 2.3.1 #431

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
Update moves most database.AddInParameter / database.AddOutParameter writes 
into functions.

Performs the proper nullable/reference checks and in the case of a 
DbType.Object field, checks for SqlDbType.Udt and uses that instead.

Not fully tested as I only needed to get geography/geometry support working, 
but at least centralises the calls and checks.

Not applied to the "Filter" methods, didn't thnk it was likely to be important 
there.

Original issue reported on code.google.com by rwi...@gmail.com on 8 Dec 2012 at 10:11

Attachments:

GoogleCodeExporter commented 9 years ago
reference 
http://community.codesmithtools.com/nettiers/f/16/p/11249/49979.aspx#49979

Original comment by bniemyjski on 10 Dec 2012 at 3:26

GoogleCodeExporter commented 9 years ago
Better version, uses the Schema extended properties collection which has the 
correct values in all the time ParameterSchema does not always.

Original comment by rwi...@gmail.com on 17 Dec 2012 at 7:11

Attachments: