All Tags »
dnn dotnetnuke hierarchical
Sorry, but there are no more tags available to filter with.
-
Another common pitfall when using the hierarchical model against core DNN tables is not generating classes for all entities in the object graph. For instance take the UserRoles table which has fk relations to both the Users and Roles tables. If you generate your EntitySpaces classes against that table with hierarchical enabled, but do not generate ...