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
Syntaxpublic Func<TOrderItem, IQueryable<TFulfillmentItem>> GetMatchingQuery { get; }
Public ReadOnly Property GetMatchingQuery As Func(Of TOrderItem, IQueryable(Of TFulfillmentItem))
Get
public:
property Func<TOrderItem, IQueryable<TFulfillmentItem>^>^ GetMatchingQuery {
Func<TOrderItem, IQueryable<TFulfillmentItem>^>^ get ();
}
member GetMatchingQuery : Func<'TOrderItem, IQueryable<'TFulfillmentItem>> with get
Property Value
Type:
FuncTOrderItem,
IQueryableTFulfillmentItem
See Also