Overload List

  NameDescription
ResolveAggregateRecord(String)
Attempts to find the AggregateRecord whose ID is specified by id by looking at the results from the CommandInfos associated with the ResultResolver instance.
ResolveAggregateRecord(String, CommandInfo)
Attempts to find the AggregateRecord whose ID is specified by id as in ResolveAggregateRecord(String) but also accepts a hint as to which CommandInfo may contain the record, specified by source. The function will attempt to resolve the AggregateRecord in source but will look in the results of other CommandInfos if it is not found in source.

See Also