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