Click or drag to resize
DynamicRecordPrepareSubRecordsUpdate Method

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

This method returns an empty DynamicRecordCollection for a given dataDictionaryTable. When this DynamicRecord is saved the database will be updated to reflect that collection for the given dataDictionaryTable.

Namespace: CSC.SC.TOPICA4.DynamicData
Assembly: CSC.SC.TOPICA4.DynamicData (in CSC.SC.TOPICA4.DynamicData.dll) Version: 4.30.6239.27195
Syntax
C#
public DynamicRecordCollection PrepareSubRecordsUpdate(
	DataDictionaryTable subRecordDataDictionaryTable
)

Parameters

subRecordDataDictionaryTable
Type: CSC.SC.TOPICA4.DynamicDataDataDictionaryTable

[Missing <param name="subRecordDataDictionaryTable"/> documentation for "M:CSC.SC.TOPICA4.DynamicData.DynamicRecord.PrepareSubRecordsUpdate(CSC.SC.TOPICA4.DynamicData.DataDictionaryTable)"]

Return Value

Type: DynamicRecordCollection

[Missing <returns> documentation for "M:CSC.SC.TOPICA4.DynamicData.DynamicRecord.PrepareSubRecordsUpdate(CSC.SC.TOPICA4.DynamicData.DataDictionaryTable)"]

Remarks
The subRecords that should remain (inserted or updated) must be added to the collection. Everything else will be deleted. If all subRecords of a given dataDictionaryTable should be deleted, you must call the PrepareSubRecordsUpdate and not add any rows (if the subRecords collection is not prepared it will not be updated).
See Also