Click or drag to resize

QueryMatchingFunctionTOrderItem, TFulfillmentItemGetMatchingQuery Property

Gets the function, which returns a matching query, based on an order item.

Namespace:  Aloe.EnterpriseOne.Model.Core.Transformations
Assembly:  Aloe.EnterpriseOne.Model (in Aloe.EnterpriseOne.Model.dll) Version: 20.1.3.5
Syntax
public Func<TOrderItem, IQueryable<TFulfillmentItem>> GetMatchingQuery { get; }

Property Value

Type: FuncTOrderItem, IQueryableTFulfillmentItem
See Also