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)
Syntaxpublic static IMapper CloneAsDetail(
	IMapper map,
	string rk
)
Public Shared Function CloneAsDetail ( 
	map As IMapper,
	rk As String
) As IMapper
Parameters
- map
 - Type: NetQuarry.DataIMapper
The mapper to clone. - rk
 - Type: SystemString
The RowKey of the record. 
Return Value
Type: 
IMapperThe mapper clone, requeried on the specified RowKey, and positioned on the first record (if any).
See Also