Ver Mensaje Individual
  #5 (permalink)  
Antiguo 26/02/2008, 10:25
chcma
 
Fecha de Ingreso: junio-2003
Ubicación: Asturias
Mensajes: 2.429
Antigüedad: 20 años, 11 meses
Puntos: 7
Re: como especificar si una columna existe en un datatable

Como bien dice RaYWoLF o también:

Código:
if(objetoDataTable.Columns["MICOLUMNA"] != null)
{
        MessageBox.Show("Existe");
}
__________________
Charlie.