Click or drag to resize

MapperKernelMapperState Enumeration

Describes the internal state of the mapper.

Namespace:  NetQuarry.Data
Assembly:  EAP.Mapper (in EAP.Mapper.dll) Version: 2.0.0.0 (4.6.8.0)
Syntax
[FlagsAttribute]
protected enum MapperState
Members
  Member nameValueDescription
Loaded1The mapper meta-data has been loaded.
InitialQueryDone2The mapper's initial query has been performed.
SchemaInfoExtracted4The mapper's schema information has been extracted.
InitialPostBackQueryPerformed8The page's initial post-back query has been performed.
IgnorePostback16The mapper should ignore a post-back.
AddingCommand32A MapperCommand is being added the mapper itself.
Closed268435456The mapper has been closed.
Remarks
This object is internal to NetQuarry and is not intended to be used directly from your code.
See Also