Click or drag to resize

MetaContentNestedBaseAppendDataFields Method

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

Namespace:  imbSCI.Reporting.meta.core
Assembly:  imbSCI.Reporting (in imbSCI.Reporting.dll) Version: 0.3.70.
Syntax
C#
public virtual 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

Implements

IAppendDataFieldsAppendDataFields(PropertyCollection)
See Also