Click or drag to resize

XSharp.RDD.Support Namespace

X#
This namespace contains several helper types used by the RDD system.
Classes
  ClassDescription
Public classDbEvalInfo
Helper class to store the scope and codeblock for a DbEval() operation.
Public classDbFilterInfo
Helper class to store a filter condition for a table.
Public classDbOpenInfo
Helper class to store information needed to open a table.
Public classDbOrderCondInfo
Helper class to store information needed to create a conditional order.
Public classDbOrderCreateInfo
Helper class to store information needed to create a new order.
Public classDbOrderInfo
Helper class to store information needed to open/address an order.
Public classDbRelInfo
Helper class to store a list of relational information.
Public classDbScopeInfo
Helper class to store references to all of the scope clause expressions.
Public classDbSortInfo
Helper class to store information needed to perform a physical sort.
Public classDbTransInfo
Helper class to store information needed for the global transfer of data items from one work area to another.
Public classRddFieldInfo
Helper class for the RDD system to store field information
Structures
  StructureDescription
Public structureDbLockInfo
Helper structure to store information needed to lock a row or table for exclusive access.
Public structureDbSeekInfo
Helper structure to store information needed to perform a seek operation
Public structureDbSortItem
Helper structure to store information about a single sort key value.
Public structureDbTransItem
Helper structure to store information about a single piece of data (usually a column) to transfer from one work area to another.
Enumerations