Click or drag to resize

QueryMatchingFunctionTOrderItem, TFulfillmentItem Constructor

Namespace:  Aloe.EnterpriseOne.Model.Core.Transformations
Assembly:  Aloe.EnterpriseOne.Model (in Aloe.EnterpriseOne.Model.dll) Version: 20.1.3.5
Syntax
public QueryMatchingFunction(
	Func<TOrderItem, IQueryable<TFulfillmentItem>> getMatchingQuery
)

Parameters

getMatchingQuery
Type: SystemFuncTOrderItem, IQueryableTFulfillmentItem
Function, which returns a matching query, based on an order item.
See Also