Click or drag to resize

MapperTestOptions Enumeration

Options for use with Test.

Namespace:  NetQuarry.Data
Assembly:  EAP.Core (in EAP.Core.dll) Version: 2.0.0.0 (4.6.8.0)
Syntax
[FlagsAttribute]
public enum MapperTestOptions
Members
  Member nameValueDescription
RequeryEmpty1Requery the mapper after adding a filtering intended to ensure that no records are returned in the query.
RequeryTop12Requery the mapper with Top 1 and move to the first row, if any.
StudioSuite3The set of diagnostics to be used in the NetQuarry Studio's mapper Test feature.
See Also