Click or drag to resize

deliveryUnitAppendDataFields Method

imbSCI | imbACE | imbNLP | imbWEM | imbWBI
Appends its data points into new or existing property collection

Namespace:  imbSCI.Reporting.meta.delivery
Assembly:  imbSCI.Reporting (in imbSCI.Reporting.dll) Version: 0.3.70.
Syntax
C#
public PropertyCollection AppendDataFields(
	PropertyCollection data = null
)
Request Example View Source

Parameters

data (Optional)
Type: System.DataPropertyCollection
Property collection to add data into

Return Value

Type: PropertyCollection
Updated or newly created property collection
See Also