Click or drag to resize
DataDictionaryTableFieldCollectionFindTableField Method

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

Find by Ttable and field name

Namespace: CSC.SC.TOPICA4.DynamicData
Assembly: CSC.SC.TOPICA4.DynamicData (in CSC.SC.TOPICA4.DynamicData.dll) Version: 4.30.6239.27195
Syntax
C#
public DataDictionaryTableField FindTableField(
	string tableName,
	string fieldName
)

Parameters

tableName
Type: SystemString
fieldName
Type: SystemString

Return Value

Type: DataDictionaryTableField

[Missing <returns> documentation for "M:CSC.SC.TOPICA4.DynamicData.DataDictionaryTableFieldCollection.FindTableField(System.String,System.String)"]

See Also