Click or drag to resize

FndDataTable.FindRow Method

Find row searches for and returns a row with specified identifier.

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 bool FindRow(
	string rowIdentity,
	ref FndDataRow foundRow
)

Parameters

rowIdentity
Type: System.String
Row identity
foundRow
Type: Ifs.Fnd.Data.FndDataRow
DataRow found if existent in the table.

Return Value

Type: Boolean
Returns true if the row is found false otherwise.
See Also