RemoteMapperOpenListT Method |
Opens a list of RemoteMapper objects based on the provided filter.
Namespace:
NetQuarry.Net
Assembly:
EAP.Mapper (in EAP.Mapper.dll) Version: 2.0.0.0 (4.6.8.0)
Syntaxprotected static List<T> OpenList<T>(
IAppContext appCxt,
string filterNameValues
)
where T : new(), RemoteMapper
Protected Shared Function OpenList(Of T As {New, RemoteMapper}) (
appCxt As IAppContext,
filterNameValues As String
) As List(Of 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:
ListTAn array of the derived RemoteMapper object
See Also