The Access property is responsible for controlling the way Telerik Data Access accesses the value of the property at run-time.
Below is the list of available values of the access attribute and their brief explanations.
• | Default - The default value for the data access kind (read/write) will be used by the runtime. |
• | ReadWrite - Full access to property is allowed. |
• | ReadOnly - The property is read-only. |
• | InsertOnly - This property can be only inserted or read. No updates or deletes are allowed for this field. |
Note that default access for all properties in the model can be defined by selecting the appropriate value in the Default Access line of the model's properties.