Access strategies

The Access property controls how Telerik Data Access accesses the property value at run-time. This setting determines which operations (read, write, insert, update, delete) are allowed on the property.

Available access strategies

Strategy Description
Default Uses the default value for the data access kind (read/write) defined by the runtime.
ReadWrite Allows both reading and writing of the property.
ReadOnly Allows only reading of the property.
InsertOnly Allows inserting and reading the property, but does not allow updates or deletes.

Note

The default access strategy for all properties in the model can be configured by selecting the appropriate value in the Default Access property in the model settings.

See also

  • Creating and editing properties
  • Working with properties