Deletes the currently selected record in the table by pk
public virtual bool Delete();
Return Value
bool
Overloads:
public virtual bool Delete( int PK );
public virtual bool Delete( string PK );
public virtual bool Delete( Guid PK );
See also:
Class wwBusiness© West Wind Technologies, 1996-2018 • Updated: 05/04/05
Comment or report problem with topic