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)
Syntaxpublic 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:
BooleanReturns true if the row is found and false otherwise
See Also