Print Page | Close Window

ORM Read Only column in Simple Properties

Printed From: IdeaBlade
Category: DevForce
Forum Name: DevForce Classic
Forum Discription: For .NET 2.0
URL: http://www.ideablade.com/forum/forum_posts.asp?TID=2202
Printed Date: 13-Sep-2025 at 11:51am


Topic: ORM Read Only column in Simple Properties
Posted By: Louis
Subject: ORM Read Only column in Simple Properties
Date 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?



Replies:
Posted By: davidklitzke
Date 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. 



Print Page | Close Window