Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Ver. 1.1 NewRow() changes?
Message
General information
Forum:
ASP.NET
Category:
The Mere Mortals .NET Framework
Title:
Ver. 1.1 NewRow() changes?
Miscellaneous
Thread ID:
00866777
Message ID:
00866777
Views:
64
In a former app I had allot of these types of BizObject calls:

public DataSet GetEmptyDataSetName()
{
this.NewRow();
return this.GetCurrentDataSet();
}

Seems that this no longer works, but compiles? In the whats new doc it states that this is now a datarow function instead of a dataset.

Any idea on how to get a DataSet with a single blank row now?

TIA
Next
Reply
Map
View

Click here to load this message in the networking platform