AnantLabs / codesmith

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

CSLA - support for sql2008 geography type #497

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1.
Create table with SQL2008 Geography data type
2.
Generate templates with stored procedure support
3.

What is the expected output? What do you see instead?

Compilation failure in Class DataAccess file Dataportal_Insert or update . 
Issue caused by ADOHelper.NullCheck(This.GeoLocation). invalid data type
What version of the product are you using?
3.0.0.1887

Please provide any additional information below.

Original issue reported on code.google.com by adrian41...@googlemail.com on 14 Sep 2010 at 7:36

GoogleCodeExporter commented 9 years ago
Hello,

Currently we don't support these types. Could you supply the modified stored 
procedure code you use to support the Geography type? I know that Linq-to-SQL 
and EF4 still do not support these types.

Thanks
-Blake Niemyjski

Original comment by bniemyjski on 14 Sep 2010 at 12:07