AnantLabs / codesmith

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

CSLA: Views support with ObjectFactory #679

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1.Create a view in sqlserver and set an extended property "ReadOnlyList".
2.Select ObjectFactoryParametrizedSql as dataaccess method.
3.Generate templates (VB with 3.5 framework version).

What is the expected output? 
1.In the Business project there should be no DataAccess file.
2.The FactoryName pointing to the DAL library must be generated in 
FactoryNames.vb of the BLL library.

What do you see instead?
1.One DataAccess file are generate in the Business project (it contains a 
DataPortal_Fetche procedure).
2.The FactoryName pointing to the DAL library are not generated in 
FactoryNames.vb of the BLL library.

What version of the product are you using?
CSLA r2937, 6.0.4 Generator.

Original issue reported on code.google.com by bernyrod...@gmail.com on 22 Feb 2013 at 8:24

GoogleCodeExporter commented 9 years ago

Original comment by bniemyjski on 22 Feb 2013 at 7:27