busLineItem.RemoveLineItem

Method used to delete a line item from the database. Requires a InvPk in order to allow only the 'current' user to remove items and not to delete other user's items. Deletes the items only from the database not from the LineItem collection busLineItem::RemoveLineItemFromCollection

public bool RemoveLineItem( int Pk,
	int InvPk );

Return Value

bool

Parameters

Pk
LineItem pk

InvPk


See also:

Class busLineItem

© West Wind Technologies, 1996-2018 • Updated: 05/04/05
Comment or report problem with topic