Click or drag to resize
DynamicRecordCollectionAddition Operator

[This is preliminary documentation and is subject to change.]

operator + returns appended collection

Namespace: CSC.SC.TOPICA4.DynamicData
Assembly: CSC.SC.TOPICA4.DynamicData (in CSC.SC.TOPICA4.DynamicData.dll) Version: 4.30.6239.27195
Syntax
C#
public static DynamicRecordCollection operator +(
	DynamicRecordCollection c1,
	DynamicRecordCollection c2
)

Parameters

c1
Type: CSC.SC.TOPICA4.DynamicDataDynamicRecordCollection
c2
Type: CSC.SC.TOPICA4.DynamicDataDynamicRecordCollection

Return Value

Type: DynamicRecordCollection

[Missing <returns> documentation for "M:CSC.SC.TOPICA4.DynamicData.DynamicRecordCollection.op_Addition(CSC.SC.TOPICA4.DynamicData.DynamicRecordCollection,CSC.SC.TOPICA4.DynamicData.DynamicRecordCollection)"]

See Also