Otis wrote:
Yes, it's marked with an attribute not to show up in the intellisense. It's in general not needed in your code (only in rare cases) so it would just pollute the property list of intellisense.
I use it for "DeleteEntitiesDirectly"... I find that it's the best way to populate the entityName. I use the property to avoid typos and table name changes.
Is this a good way of specifying the Entity to delete?
Thanks!