Click or drag to resize

RemoteMapperOpenT Method (IAppContext, MapperFilter)

Opens a single row and returns the RemoteMapper object

Namespace:  NetQuarry.Net
Assembly:  EAP.Mapper (in EAP.Mapper.dll) Version: 2.0.0.0 (4.6.8.0)
Syntax
protected static T Open<T>(
	IAppContext appCxt,
	MapperFilter rowFilter
)
where T : new(), RemoteMapper

Parameters

appCxt
Type: NetQuarryIAppContext
The application context object
rowFilter
Type: NetQuarry.DataMapperFilter
A MapperFilter object with the filter for this mapper.

Type Parameters

T
The derived RemoteMapper class

Return Value

Type: T
The RemoteMapper object.
See Also