T
tshad
Is there a good primer on DataTables out there?
Mainly I am looking for an article that lists the properties and methods
(with examples) on the different properties you can use with a DataTable.
For example:
Rows
Rows.Count
Clone
CopyTo
NewRow
Columns.Count
ColumnName
Clear()
Rows.Clear()
DataColumn
DataRow
DataRow()
I am looking for mainly a reference article that has all the properties and
methods. I always need to google the DataTable to find the needed
properties and methods because I can't remember all the formats for them.
Thanks,
Tom
Mainly I am looking for an article that lists the properties and methods
(with examples) on the different properties you can use with a DataTable.
For example:
Rows
Rows.Count
Clone
CopyTo
NewRow
Columns.Count
ColumnName
Clear()
Rows.Clear()
DataColumn
DataRow
DataRow()
I am looking for mainly a reference article that has all the properties and
methods. I always need to google the DataTable to find the needed
properties and methods because I can't remember all the formats for them.
Thanks,
Tom