Click or drag to resize

ModelActionDataProvider Properties

The ModelActionDataProvider type exposes the following members.

Properties
  NameDescription
Public propertyCacheExpirationMinutes
Specifies how long the data is cached (in minutes).
(Inherited from BaseDatabaseActionDataProvider.)
Public propertyCacheGranularity
Specifies how the data is cached. Choose 'User' if the query depends on the current user (e.g. user ID in the query or security trimmed data).
(Inherited from BaseDatabaseActionDataProvider.)
Public propertyDatabaseAction
Specifies the database action which should be executed.
Public propertyParameterValues
Specifies the parameter values for the selected database action. Note that you can override the values of the defined 'DefaultParameterValues' if you specify a value for the same parameters here.
(Overrides BaseDatabaseActionDataProviderParameterValues.)
Top
See Also