AJE Components
DataMapping DataTableContexts EnumerationAJE Data Asset Engine Help
Enumeration representing the Context of a Query on a Data Table.

Namespace: AJE.DataAssetEngine
Assembly: AJE.DataAssetEngine (in AJE.DataAssetEngine.dll) Version: 4.0.8187.28944 (4.0.1.1)
Syntax

public enum DataTableContexts
Members

  Member nameValueDescription
Table0 The Table Context will be used for the Query.
Column1 The Column Context of the Item will be used for the Query.
Row2 The Row Context of the Item will be used for the Query.
Previous_Row3 The Previous Row Context of the Item will be used for the Query.
Next_Row4 The Next Row Context of the Item will be used for the Query.
First_Row5 The First Row Context of the Item will be used for the Query.
Last_Row6 The Last Row Context of the Item will be used for the Query.
Remarks

See Also