Click or drag to resize

IEntityObjectsLoadOptionsIsResultCachable Method

Returns if the loaded data is suitable to be cached. Should return false if: - load options are specified which makes it unlikely that the data will ever be fetched again and/or the loaded data set is very large. - loaded data are "personal" - e.g. they reflect user specific security options.

Namespace:  Omada.OE.Model
Assembly:  Omada.OE.Model (in Omada.OE.Model.dll) Version: 15.0.0.0
Syntax
C#
bool IsResultCachable()

Return Value

Type: Boolean
See Also