Click or drag to resize

FndActivityDataAdapter.FindRow Method

Finds a data row with specific identity. This method searches each connected table, it's rows and their child structures.

Namespace:  Ifs.Fnd.AccessProvider.Activity
Assembly:  Ifs.Fnd.AccessProvider (in Ifs.Fnd.AccessProvider.dll) Version: 4.52.10.0 (10.2.2.9999)
Syntax
C#
public bool FindRow(
	string identity,
	ref FndDataRow row
)

Parameters

identity
Type: System.String
Row identity
row
Type: Ifs.Fnd.Data.FndDataRow
The row if found

Return Value

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