RowsetBase FindByKey Method (Row)NFX Class Library

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

Tries to find a row by specified keyset and returns it or null if not found

Namespace: NFX.DataAccess.CRUD
Assembly: NFX (in NFX.dll) Version: 3.0.0.1 (3.0.0.1)
Syntax

public Row FindByKey(
	Row keyRow
)

Return Value

Type: Row
See Also