Click or drag to resize

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

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