BusinessObject.Delete

Deletes a single item from the master entity based on its PK

public virtual bool Delete( string entityPK );

Return Value

True or False

Parameters

entityPK
Item PK

Overloads:

public virtual bool Delete( Guid entityPK );
public virtual bool Delete( int entityPK );

See also:

Class BusinessObject


  Last Updated: 5/23/2007 | © , 2007