| FormLoadOptionsIEntityObjectsLoadOptionsHasNoCriteria Method |
Returns true if no load options (that is, filtering options) has been specified at all - meaning that all objects will be returned.
If any options has been specified that will make the result user-specific (e.g. if security rules are applied) then it must return false.
Note that it should not affect the result whether or not it is a full or partial representation of the objects that is being loaded.
Namespace:
Omada.OE.Model
Assembly:
Omada.OE.Model (in Omada.OE.Model.dll) Version: 15.0.0.0
Syntaxbool IEntityObjectsLoadOptions.HasNoCriteria(
bool ignoreIds
)
Parameters
- ignoreIds
- Type: SystemBoolean
If true method will return true even if one or more ids have been specified.
Return Value
Type:
BooleanImplements
IEntityObjectsLoadOptionsHasNoCriteria(Boolean)
See Also