Showing related tags and posts accross the entire site.
-
I'd like to see the update routines only update the fields that have been modified. As it is, I need to ensure that I have either gotten the record from the database, update the data, and then update the database; or that I have gotten all fields from the client application. Right now, we're...
-
This feature request is broken into two parts, the latter being dependant on the former: I've been thinking about how nice it would be if properties were indexed by name, e.g. MyEntity["Name"]. This would allow for easier use of entities in generic code, and would eliminate the need for...
-
I found this thread looking for a similar solution. Given the lack, here's what I did. Here is another option (use the attached files): create the journaling tables (you need to attach the journaling tables to a person id, i've included my person table in the code) generate the net tiers add...
-
Would it be possible to add a feature that would allow for audit tracking at the row level? I have a couple of tables that have CreatedBy/CreatedDate and ModifiedBy/ModifiedDate. It would be nice to have a simple hook available to allow for the setting of a username, and then the entity could figure...
-
I would like to generate components for use in the Web Client Software Factory... like the ObjectContainerDataSource wich is an refactored DataSource object using the View-Presenter pattern. The DataSource objects generated in NetTiers are implemented differently... Has anyone an idea how to "merge"...
-
That sounds like a nice solution that I could use instead of what I outlined previously, I'll definitely try it out. However my question still stands about whether there are plans to make view entity and lists more closely resemble tables entity and lists. I'm not saying to implement add / update / delete...
-
As the subject mentions it would be great to see this happen, and I thought I remembered a discussion about it quite awhile ago. However at the moment I'm having trouble with even simple tasks such as getting Table Column names. For IEntity you can just use .TableColumns, but for View Entities the best...
-
As the picture showing, we have Entities such as a <Special> and a <Music>, when we need to give a connecttion between the two Entities, we have to create a third table <SpecialList> to connect the two entities.but by default,.nettiers will also gernate a entitiy <SpecialList>...
-
first : thanks, you guys run excellent work and i always have much to learn from you have a suggestion that will (IMHO ) make entities more flexible and will save many unneeded views and direct DB access in many cases i need to bring some extra data with entity (e.g. customer email on order , normalized...