Click or drag to resize
DataDictionaryTableCollectionGetIntersection Method

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

Get intersection of two table collections

Namespace: CSC.SC.TOPICA4.DynamicData
Assembly: CSC.SC.TOPICA4.DynamicData (in CSC.SC.TOPICA4.DynamicData.dll) Version: 4.30.6239.27195
Syntax
C#
public DataDictionaryTableCollection GetIntersection(
	DataDictionaryTableCollection tablesToIntersect
)

Parameters

tablesToIntersect
Type: CSC.SC.TOPICA4.DynamicDataDataDictionaryTableCollection

Return Value

Type: DataDictionaryTableCollection

[Missing <returns> documentation for "M:CSC.SC.TOPICA4.DynamicData.DataDictionaryTableCollection.GetIntersection(CSC.SC.TOPICA4.DynamicData.DataDictionaryTableCollection)"]

See Also