Click or drag to resize

RequeryHints Enumeration

Hints provided to Requery(RequeryHints).

Namespace:  NetQuarry.Data
Assembly:  EAP.Core (in EAP.Core.dll) Version: 2.0.0.0 (4.6.8.0)
Syntax
[FlagsAttribute]
public enum RequeryHints
Members
  Member nameValueDescription
PostDelete1This is a post-delete requery. This primarily affects record positioning in multi-record filtering.
PostBackDataInvalid2The data in the postback is invalid and should be ignored.
PostBackStateInvalid4The postback state is invalid.
NoRequery8The requery is for the purposes of RecordCount only, do not perform the actual operational data query.
ForceRequery16Force the requery
See Also