New Posts New Posts RSS Feed: ORM Read Only column in Simple Properties
  FAQ FAQ  Forum Search   Calendar   Register Register  Login Login

ORM Read Only column in Simple Properties

 Post Reply Post Reply
Author
Louis View Drop Down
Newbie
Newbie


Joined: 28-Sep-2010
Posts: 5
Post Options Post Options   Quote Louis Quote  Post ReplyReply Direct Link To This Post Topic: ORM Read Only column in Simple Properties
    Posted: 28-Sep-2010 at 12:11pm
When working in the ORM I see a checkbox column heading marked "Read Only". 
 
I see, when checked, it removes the setter in the datarow class.
 
Is there a way to get the value of this ReadOnly checkbox property for a particular entitycolumn in the application.  If not, what is the value/effect of setting this property?
Back to Top
davidklitzke View Drop Down
IdeaBlade
IdeaBlade
Avatar

Joined: 14-Jun-2007
Posts: 715
Post Options Post Options   Quote davidklitzke Quote  Post ReplyReply Direct Link To This Post Posted: 28-Sep-2010 at 1:43pm
If you want the value of this property for a particular EntityColumn look at the EntyityColumn's datasourceaccesstype value (See Reference Help more details).  If you want the value of the checkbox for this property in the ORM, you will need to parse the ORM file. 
Back to Top
 Post Reply Post Reply

Forum Jump Forum Permissions View Drop Down