I can't duplicate the C# sample "add a new record to a typed dataset".
I can't find, access or track down the new record method for my "row" class similiar to:
northwindDataSet1.Customers.NewCustomersRow
If a sample was provided it may help. But it's also difficult to find a Northwind db sample for VS2008.
I created the table in sqlexpress. Created the dataset object using the wizard, dragged the table using the Server Explorer, but can find the New...Row() method.
I really need this functionality, any ideas?