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
Protected Shared Function Open(Of T As {New, RemoteMapper}) (
appCxt As IAppContext,
filterNameValues As String
) As T
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:
TThe derived RemoteMapper object
See Also