Performs a Remove operation based on a specified query.

Namespace:  Mindscape.LightSpeed.ServiceModel
Assembly:  Mindscape.LightSpeed.ServiceModel (in Mindscape.LightSpeed.ServiceModel.dll)
Version: 4.0.0.0 (4.0.0.0)

Syntax

C#
public void Remove(
	string typename,
	Query query
)
Visual Basic (Declaration)
Public Sub Remove ( _
	typename As String, _
	query As Query _
)

Parameters

typename
Type: System..::.String
The fully qualified type of the entities to be removed.
query
Type: Mindscape.LightSpeed.Querying..::.Query
The query to be executed.

Implements

IDistributedUnitOfWorkContract..::.Remove(String, Query)

See Also