RemoteMapperDeleteT Method |
Deletes a row or rows from the underlying mapper.
Namespace:
NetQuarry.Net
Assembly:
EAP.Mapper (in EAP.Mapper.dll) Version: 2.0.0.0 (4.6.8.0)
Syntax protected static void Delete<T>(
IAppContext appCxt,
string filterNameValues
)
where T : new(), RemoteMapper
Protected Shared Sub Delete(Of T As {New, RemoteMapper}) (
appCxt As IAppContext,
filterNameValues As String
)
Parameters
- appCxt
- Type: NetQuarryIAppContext
The application context object. - filterNameValues
- Type: SystemString
The tag string formatted set of filter values.
Type Parameters
- T
- The type of the RemoteMapper
See Also