Skip to site navigation (Press enter)
Re: Creating a DataTable from an IList returned from the data mapper
Gilles Bayon
Wed, 19 Jul 2006 12:28:01 -0700
You could do something similar for DataTable
DataTable dataTable = new DataTable();
...
Mapper.LocalSession.CreateDataAdapter(scope.IDbCommand).Fill(dataTable);
Previous message
View by thread
View by date
Next message
Creating a DataTable from an IList returned from the...
Riccardo d'Errico
Re: Creating a DataTable from an IList returned...
Ron Grabowski
Re: Creating a DataTable from an IList returned...
Gilles Bayon
Re: Creating a DataTable from an IList returned...
Riccardo d'Errico
RE: Creating a DataTable from an IList retu...
Alexandre Grenier
RE: Creating a DataTable from an IList ...
Ron Grabowski
Re: Creating a DataTable from an IList retu...
Peter Mills
RE: Creating a DataTable from an IList returned...
Shawn Hinsey
RE: Creating a DataTable from an IList returned...
Shawn Hinsey
Re: Creating a DataTable from an IList retu...
Rahul Singh ( Anant )
Re: Creating a DataTable from an IList retu...
Gilles Bayon
RE: Creating a DataTable from an IList ...
Alexandre Grenier
RE: Creating a DataTable from an IList returned...
Shawn Hinsey
RE: Creating a DataTable from an IList returned...
Douglas Smith
Reply via email to
Search the site
The Mail Archive home
user-cs - all messages
user-cs - about the list
Expand
Previous message
Next message