See my portfolio for information on the Document Builder project that used the Query Tree component.
The IEntityInstance interface is implemented by the caller's entity objects. The EnterRecord method is called for each record in the result set returned by the Node's SQL query. The node's children are then processed, then the LeaveRecord method is called.
See the Store class for an implementation.
Namespace NACS.Data.QueryTree
Public Interface IEntityInstance
Sub EnterRecord(ByVal oEntity As Node, ByVal oArguments As Arguments)
Sub LeaveRecord(ByVal oEntity As Node, ByVal oArguments As Arguments)
End Interface
End Namespace





