


Class_Collection_Create_FB_LN
| <SQL Criteria>
| //A criteria (using self) which restricts FB_LN line items within those of the
current freight bill.
|
| , <MDB>
| //Are passed directly as parameters to Class_Create(), once per line item
which meats <SQL_CRITERIA>.
|
| , <Class_Name>
| //Are passed directly as parameters to Class_Create(), once per line item
which meats <SQL_CRITERIA>.
|
| , <Operation>
| //Allow for optional aggregating of the "Result" returned by each call to
Class_Create(). Valid values are "", "Count", "Sum", "+", "Min", "Max", "Concat",
"List", and "&".
|