Cloning A DataRow
I need to copy an entire row of a typed DataSet so that I can place it into
a different instance of the same type of typed DataSet. I don't see a clone
or copy method on the DataRow. Do I have to create and populate the row
manually?
-Scott
.
Relevant Pages
- Re: Dataset VS DataReader - Performance
... Using a Typed Dataset - dataadapter to populate the t-dataset. ... Using a Custom defined dataobject - use datareader to populate it. ... (microsoft.public.dotnet.distributed_apps) - Re: Dataset VS DataReader - Performance
... Using a Typed Dataset - dataadapter to populate the t-dataset. ... Using a Custom defined dataobject - use datareader to populate it. ... (microsoft.public.dotnet.framework.adonet) - Re: Typed Dataset with multiple tables
... I show a custom dataset example here: ... db call, multiple tables populated. ... I have generated a typed dataset containing two tables in vs2005. ... I would like to populate both the tables ... (microsoft.public.dotnet.languages.csharp) - Re: Typed DataSet and Stored Procedure
... un-typed dataset and then compare it to the typed dataset's schema xmlschema ... what is the exception you are getting when you fill the typed dataset? ... > I am using a Typed Recordset which won't populate using a SqlDataAdapter.Fill ... Some of the fields returned by the stored proc are null, ... (microsoft.public.dotnet.framework.adonet) - typed dataset and datagrid
... I have a datagrid on a webform that is being populated by a typed dataset ... It populate just fine but I need to know how to update the ... (microsoft.public.dotnet.framework.aspnet) |
|