Edited Issue: remove "Elements.StoredProcedures" causes build errors [166]
If you remove "Elements.StoredProcedures" from "ElementsToGenerate = Elements.Poco | Elements.Context | Elements.UnitOfWork | Elements.PocoConfiguration | Elements.StoredProcedures;", the following...
View ArticleCommented Issue: remove "Elements.StoredProcedures" causes build errors [166]
If you remove "Elements.StoredProcedures" from "ElementsToGenerate = Elements.Poco | Elements.Context | Elements.UnitOfWork | Elements.PocoConfiguration | Elements.StoredProcedures;", the following...
View ArticleEdited Issue: remove "Elements.StoredProcedures" causes build errors [166]
If you remove "Elements.StoredProcedures" from "ElementsToGenerate = Elements.Poco | Elements.Context | Elements.UnitOfWork | Elements.PocoConfiguration | Elements.StoredProcedures;", the following...
View ArticleCommented Issue: remove "Elements.StoredProcedures" causes build errors [166]
If you remove "Elements.StoredProcedures" from "ElementsToGenerate = Elements.Poco | Elements.Context | Elements.UnitOfWork | Elements.PocoConfiguration | Elements.StoredProcedures;", the following...
View ArticleCommented Issue: remove "Elements.StoredProcedures" causes build errors [166]
If you remove "Elements.StoredProcedures" from "ElementsToGenerate = Elements.Poco | Elements.Context | Elements.UnitOfWork | Elements.PocoConfiguration | Elements.StoredProcedures;", the following...
View ArticleCommented Issue: remove "Elements.StoredProcedures" causes build errors [166]
If you remove "Elements.StoredProcedures" from "ElementsToGenerate = Elements.Poco | Elements.Context | Elements.UnitOfWork | Elements.PocoConfiguration | Elements.StoredProcedures;", the following...
View ArticleNew Post: Circular reference
Maybe I am missing something obvious but I am having problems with several circular references in my entities. I am filtering out a lot of our reverse navigation properties per this,...
View ArticleSource code checked in, #e00d5f491abe
Case 166. Remove "Elements.StoredProcedures" causes build errors.
View ArticleSource code checked in, #68a43d242dce
Case 166. Remove "Elements.StoredProcedures" causes build errors.
View ArticleNew Post: Hi There
Hey there, a cordial greeting. Allow me before anything else congratulate you for your excellent work and for nonprofit sharing with the crowd and also I want to let you know that it is an excellent...
View ArticleNew Post: Circular reference
Are you trying to serialise the objects using newton soft JSON?
View ArticleNew Post: Hi There
Hi Thanks for the kind words :) at the top of your settings tt file, there is a commented out line:// Namespace = ""; // Override the default namespace here Uncomment it, and change it to the namespace...
View ArticleNew Post: Circular reference
No, these objects are not being serialized, if I do use Newtonsoft Json I am able to get the output that I would expect by setting the [JsonIgnore] on the Foreign Keys. But even with lazy loading set...
View ArticleNew Post: Circular reference
I understand Andy. lol @ "if I am not making any sense, and that is a very good possibility. "I found this if its any help, although I suspect you have already tried that? Instead of using the Inculde...
View ArticleNew Post: Circular reference
Yep I had taken a look at that route, not that post tho. It is a little more in depth than the ones that I had found. I was trying to avoid it it being that I am using an generic repository. I am...
View ArticleSource code checked in, #41bb66b20d0f
Allow mapping tables with spaces as they are valid within Entity Framework
View ArticleSource code checked in, #41725c939d19
Prevent the use of tables which contain periods as these are invalid within entity framework
View ArticleCreated Unassigned: Column filter doesn't exclude full column names as I...
Hi,I have a column called DateCreated in a table called Products.SupplierProduct - I don't want this attribute to show up in the POCO.When I set the column filter to:ColumnFilterExclude = new...
View ArticleSource code checked in, #23656ea97117
Case 167. Fix ColumnFilter fully qualified name check is schema.table.columnName. Thanks to AndyGJP.
View Article