Click or drag to resize
DynamicRecordDBGetAncestorRecords Method

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

Return all ancestor records

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 DBGetAncestorRecords(
	Database db,
	DataDictionary dd,
	bool includeRoot,
	bool includeThis
)

Parameters

db
Type: Database
Database
dd
Type: CSC.SC.TOPICA4.DynamicDataDataDictionary
Data dictionary
includeRoot
Type: SystemBoolean
Include root table
includeThis
Type: SystemBoolean
Include this table

Return Value

Type: DynamicRecordCollection

[Missing <returns> documentation for "M:CSC.SC.TOPICA4.DynamicData.DynamicRecord.DBGetAncestorRecords(CSC.SC.Enterprise.DataAccess.Database,CSC.SC.TOPICA4.DynamicData.DataDictionary,System.Boolean,System.Boolean)"]

See Also