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
true or false
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