Click or drag to resize
DataDictionaryGetFieldsWhereDescriptionStartsWith Method

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

Get fields where description starts with startsWith

Namespace: CSC.SC.TOPICA4.DynamicData
Assembly: CSC.SC.TOPICA4.DynamicData (in CSC.SC.TOPICA4.DynamicData.dll) Version: 4.30.6239.27195
Syntax
C#
public DataDictionaryFieldCollection GetFieldsWhereDescriptionStartsWith(
	Database db,
	string startsWith,
	DataType dataType
)

Parameters

db
Type: Database
startsWith
Type: SystemString
dataType
Type: CSC.SC.TOPICA4.DynamicDataDataType

Return Value

Type: DataDictionaryFieldCollection

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

See Also