Click or drag to resize

DbEvalInfo Class

X#
Helper class to store the scope and codeblock for a DbEval() operation.
Inheritance Hierarchy
Object
  DbEvalInfo

Namespace:  XSharp.RDD.Support
Assembly:  XSharp.Core (in XSharp.Core.dll) Version: 2.19
Syntax
 CLASS DbEvalInfo
Request Example View Source

The DbEvalInfo type exposes the following members.

Constructors
  NameDescription
Public methodDbEvalInfo
Construct a DbEvalInfo object.
Top
Fields
  NameDescription
Public fieldBlock
A code block to be evaluated with DbEval() on each row of the work area that is in the range defined by ScopeInfo.
Public fieldScopeInfo
A DbScopeInfo structure limiting the evaluation of Block.
Top
See Also