Click or drag to resize
DataDictionaryTableCustomQueryCollectionMatch Method

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

checks if supplied collection matches locale

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 Match(
	DataDictionaryTableCustomQueryCollection coll
)

Parameters

coll
Type: CSC.SC.TOPICA4.DynamicDataDataDictionaryTableCustomQueryCollection

[Missing <param name="coll"/> documentation for "M:CSC.SC.TOPICA4.DynamicData.DataDictionaryTableCustomQueryCollection.Match(CSC.SC.TOPICA4.DynamicData.DataDictionaryTableCustomQueryCollection)"]

Return Value

Type: Boolean
True/false to indicate if supplied collection matches locale
See Also