EasyObjects.NET Programmers Reference

EasyObject.AddNew Method 

Adds a new row to the internal DataTable.

public virtual void AddNew();

Remarks

If the internal DataTable is null (Nothing in Visual Basic), the DataTable is created from information stored in the EasyObject's Schema class.

See Also

EasyObject Class | NCI.EasyObjects Namespace