LLBLGenProEntityName and Intellisense

Posts   
 
    
mshe
User
Posts: 167
Joined: 02-Feb-2006
# Posted on: 24-Sep-2006 10:03:08   

Is there a reason why LLBLGenProEntityName does not show up in Intellisense?

I'm using VS.NET 2003 SP1 w/ LLBLGen 2.0 Adapter templates.

Thanks!

Otis avatar
Otis
LLBLGen Pro Team
Posts: 39927
Joined: 17-Aug-2003
# Posted on: 24-Sep-2006 10:42:47   

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.

Frans Bouma | Lead developer LLBLGen Pro
mshe
User
Posts: 167
Joined: 02-Feb-2006
# Posted on: 25-Sep-2006 06:07:07   

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!

Walaa avatar
Walaa
Support Team
Posts: 14995
Joined: 21-Aug-2005
# Posted on: 25-Sep-2006 08:54:48   

Is this a good way of specifying the Entity to delete?

I believe so.

Otis avatar
Otis
LLBLGen Pro Team
Posts: 39927
Joined: 17-Aug-2003
# Posted on: 25-Sep-2006 09:51:38   

Keep in mind that this property has been removed in v2.0.

Frans Bouma | Lead developer LLBLGen Pro