Click or drag to resize

MapperUtilsCloneAsDetail Method

Clone the provided mapper, filter on the specified RowKey, requery the mapper, and position to the first row.

Namespace:  NetQuarry.Data
Assembly:  EAP.Mapper (in EAP.Mapper.dll) Version: 2.0.0.0 (4.6.8.0)
Syntax
public static IMapper CloneAsDetail(
	IMapper map,
	string rk
)

Parameters

map
Type: NetQuarry.DataIMapper
The mapper to clone.
rk
Type: SystemString
The RowKey of the record.

Return Value

Type: IMapper
The mapper clone, requeried on the specified RowKey, and positioned on the first record (if any).
See Also