Retrieves an empty record from the database. Note this will be completely blank, with no PK created by default as with New(). NewNew
public virtual bool GetBlankRecord();
Return Value
bool
Remarks
Note: The row is created as detached and is not part of the DataSet. New() adds the Row after it's done with assigning the New. Alternately use this.DataSet.Tables[this.Tablename].Rows.Add(this.DataRow); to add the row.
See also:
Class wwBusiness© West Wind Technologies, 1996-2018 • Updated: 05/04/05
Comment or report problem with topic