Data Property (Eval.IContext)
In This Topic
Gets a data over which the expression is to be evaluated.
Syntax
'Declaration
ReadOnly Property Data As RecordSet
Property Value
The data as a
GrapeCity.Enterprise.Data.DataEngine.RecordSet, which can represent a collection of records or a single record.
See Also