[]
        
(Showing Draft Content)

C1.LiveLinq.LiveViews.ViewRowCollection.Remove

Remove Method

Remove(ViewRow)

Deletes the specified view item.

Declaration
public bool Remove(ViewRow row)
Parameters
Type Name Description
ViewRow row

The view row representing the item to delete.

Returns
Type Description
bool

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().