Click or drag to resize

RemoteMapperOpenT Method (IAppContext, String)

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,
	string filterNameValues
)
where T : new(), RemoteMapper

Parameters

appCxt
Type: NetQuarryIAppContext
The application context object
filterNameValues
Type: SystemString
The name=value;name=value filter parameters.

Type Parameters

T
The derived RemoteMapper class

Return Value

Type: T
The derived RemoteMapper object
See Also