Click or drag to resize
DataDictionaryTableCheckForCompatibility Method

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

Checks for compatibility.

Namespace: CSC.SC.TOPICA4.DynamicData
Assembly: CSC.SC.TOPICA4.DynamicData (in CSC.SC.TOPICA4.DynamicData.dll) Version: 4.30.6239.27195
Syntax
C#
public bool CheckForCompatibility(
	DataDictionaryTable destinationTable,
	bool ignore_IDcolumns
)

Parameters

destinationTable
Type: CSC.SC.TOPICA4.DynamicDataDataDictionaryTable
The destination table.
ignore_IDcolumns
Type: SystemBoolean
if set to true [ignore_ i dcolumns].

Return Value

Type: Boolean

[Missing <returns> documentation for "M:CSC.SC.TOPICA4.DynamicData.DataDictionaryTable.CheckForCompatibility(CSC.SC.TOPICA4.DynamicData.DataDictionaryTable,System.Boolean)"]

See Also