Re: Deleting datacolumns
- From: v-kevy@xxxxxxxxxxxxxxxxxxxx (Kevin Yu [MSFT])
- Date: Thu, 14 Jul 2005 03:06:11 GMT
Thanks for Scotts's quick response.
Hi 11Oppidan,
DataTable.Columns.Remove takes the column name or column reference as
argument. To remove column using it's index, you can use
DataTable.Columns.RemoveAt method.
Kevin Yu
=======
"This posting is provided "AS IS" with no warranties, and confers no
rights."
.
- Follow-Ups:
- Re: Deleting datacolumns
- From: 11Oppidan
- Re: Deleting datacolumns
- References:
- Deleting datacolumns
- From: 11Oppidan
- Re: Deleting datacolumns
- From: Scott M.
- Deleting datacolumns
- Prev by Date: Re: Get schema?
- Next by Date: Concurrency management and datasets
- Previous by thread: Re: Deleting datacolumns
- Next by thread: Re: Deleting datacolumns
- Index(es):
Relevant Pages
|
|