Deletes the specified view item.

Namespace:  C1.LiveLinq.LiveViews
Assembly:  C1.LiveLinq (in C1.LiveLinq.dll)

Syntax

C#
public bool Remove(
	ViewRow row
)
Visual Basic
Public Function Remove ( _
	row As ViewRow _
) As Boolean

Parameters

row
Type: C1.LiveLinq.LiveViews..::..ViewRow
The view row representing the item to delete.

Return Value

true, if the item was deleted as a result of this operation; otherwise, false.

Remarks

This is an update operation on the view equivalent to calling Delete()()()().

See Also