Showing related tags and posts accross the entire site.
-
I'm also encountering the same issue with *.Generated.cs in generated DomainModel project. The Components\ComponentBase.cst is used to generate: set { if (base.<%= GetPropertyName(cols[x].Name) %> == value) return; base.<%= GetPropertyName(cols[x].Name) %> = value; <% if (IncludeGetListByFK...
-
I have generated using the Service Layer as my facade and do not see the BulkInsert methods as part of the .generated.cs file. Needless to say, the call to it goes to the BulkInsert method in public abstract class ServiceBaseCore. Is there a way to expose that method without manually modifying the service...
-
Hi all, having some trouble so I read over Wiki again and started from the "Getting Started" page: http://wiki.nettiers.com/gettingstarted2 I have generated from Northwind to keep things simple: Northwind.Data Northwind.Data.SqlClient Northwind.Entities Northwind.Services Northwind.Web Northwind.WebSite...