wwBusiness.Delete

Deletes a record in the table by integer PK.

public virtual bool Delete( int PK );

Parameters

PK
pk of item to believe or 0 to delete the current item

Overloads:

public virtual bool Delete( string PK );
public virtual bool Delete( Guid PK );
public virtual bool Delete();

See also:

Class wwBusiness


 Last Updated: 3/7/2007 | Send topic feedback