New Posts New Posts RSS Feed: How to tell if a property is a custom property or is derived from a column in the back-end table?
  FAQ FAQ  Forum Search   Calendar   Register Register  Login Login

How to tell if a property is a custom property or is derived from a column in the back-end table?

 Post Reply Post Reply
Author
Customer View Drop Down
Senior Member
Senior Member
Avatar
User Submitted Questions to Support

Joined: 30-May-2007
Location: United States
Posts: 260
Post Options Post Options   Quote Customer Quote  Post ReplyReply Direct Link To This Post Topic: How to tell if a property is a custom property or is derived from a column in the back-end table?
    Posted: 12-Jul-2007 at 3:26pm
Is there an easy way to distinguish whether a property in an Entity, was a custom property or was derived from a column in the database table.
Back to Top
IdeaBlade View Drop Down
Moderator Group
Moderator Group
Avatar

Joined: 30-May-2007
Location: United States
Posts: 353
Post Options Post Options   Quote IdeaBlade Quote  Post ReplyReply Direct Link To This Post Posted: 12-Jul-2007 at 3:27pm
I would advise you to reference the TypedTable property, which has a Columns property that is a collection of the properties of the entity type that are mapped from the back-end table.  If the property of interest is in this collection it is derived from the table.
Back to Top
 Post Reply Post Reply

Forum Jump Forum Permissions View Drop Down