Enumeration representing the Context of a Query on a Data Table.
Namespace: AJE.DataAssetEngineAssembly: AJE.DataAssetEngine (in AJE.DataAssetEngine.dll) Version: 4.0.8187.28944 (4.0.1.1)
Syntax
Members
| Member name | Value | Description | |
|---|---|---|---|
| Table | 0 | The Table Context will be used for the Query. | |
| Column | 1 | The Column Context of the Item will be used for the Query. | |
| Row | 2 | The Row Context of the Item will be used for the Query. | |
| Previous_Row | 3 | The Previous Row Context of the Item will be used for the Query. | |
| Next_Row | 4 | The Next Row Context of the Item will be used for the Query. | |
| First_Row | 5 | The First Row Context of the Item will be used for the Query. | |
| Last_Row | 6 | The Last Row Context of the Item will be used for the Query. |
Remarks
See Also