Click or drag to resize

FndDataColumnCollectionFind Method

Try to find the a column in the column collection

Namespace:  Ifs.Fnd.Data
Assembly:  Ifs.Fnd.Data (in Ifs.Fnd.Data.dll) Version: 4.52.10.0 (10.2.2.9999)
Syntax
C#
public override PropertyDescriptor Find(
	string name,
	bool ignoreCase
)

Parameters

name
Type: SystemString
Name of the column
ignoreCase
Type: SystemBoolean
Ignore case sensitive Find

Return Value

Type: PropertyDescriptor

[Missing <returns> documentation for "M:Ifs.Fnd.Data.FndDataColumnCollection.Find(System.String,System.Boolean)"]

See Also