Top "Datarow" questions

DataRow is an ADO.

How to get a DataRow out the current row of a DataReader?

Ok, I would like to extract a DataRow out a DataReader. I have been looking around for quite some time …

c# datarow datareader
ADO.NET DataRow - check for column existence

How do I check for the existence of a column in a datarow? I'm building datatables to organize some data …

datatable ado.net datarow
Suppress Crystal Reports section if there are no rows in a datatable

I have a section in a Crystal Report that I want to suppress. I need to suppress it if there …

crystal-reports datatable datarow rowcount
DataRow.Field<T>(string Column) throws invalid cast exception

Good day, IDE Visual Studio 2010 .NET 3.5 Platform WinForms The SO question " difference between getting value from DataRow " refers. I have …

c# datarow
changing values of a column in datatable in vb.net

I want to loop through a databale and change the values of a specific column in that datatable. eg: the …

vb.net dataset datarow datacolumn
Setting a DataRow item to null

I have a text file that I read into a data table and then perform a bulk insert into a …

c# sql-server datatable datarow
Error in datarow,Collection was modified; enumeration operation might not execute

I have for-each loop in which the data row is updated so the exception ,Collection was modified; enumeration operation might …

c# foreach datarow
Convert a DataRow[] to DataTable without losing its DataSet

I am working with DataSets and DataTables in C#. My first problem was how to convert a DataRow[] object to …

c# datatable dataset datarow
Getting a DataRow from an ASP.NET GridView

I have an ASP.NET GridView that's bound to an ObjectDataSource (which is bound to a MySQL database). On this …

c# asp.net gridview event-handling datarow
Add data row to datatable at predefined index

I have a datatable with one column: this.callsTable.Columns.Add("Call", typeof(String)); I then want to add a …

c# wpf datatable datarow datacolumn