Share via


TradeTotalsILineEnumerableProvider.lineEnumerable Method [AX 2012]

Retrieves a collection of Common line records filtered by the content of the specified contract.

Syntax

public TradeCommonIEnumerable lineEnumerable(TradeTotalsIContract _contract, [boolean _forupdate])

Run On

Called

Parameters

  • _forupdate
    Type: boolean
    A Boolean value that indicates whether to read the record for update; optional.

Return Value

Type: TradeCommonIEnumerable Interface
A TradeCommonIEnumerable object that can be iterated to access the Common line records in the collection.

See Also

Reference

TradeTotalsILineEnumerableProvider Interface