RemoteMapperOpenFilteredListT 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)
Syntax protected static List<T> OpenFilteredList<T>(
IAppContext appCxt,
string rowFilter
)
where T : new(), RemoteMapper
Protected Shared Function OpenFilteredList(Of T As {New, RemoteMapper}) (
appCxt As IAppContext,
rowFilter As String
) As List(Of T)
Parameters
- appCxt
- Type: NetQuarryIAppContext
The application context object - rowFilter
- Type: SystemString
The filter expression.
Type Parameters
- T
- The derived RemoteMapper class
Return Value
Type:
ListTAn array of the derived RemoteMapper object
See Also