[Mono-devel-list] DataReader incompatibilit!

Everaldo Canuto everaldo_canuto at yahoo.com.br
Thu Sep 2 15:58:48 EDT 2004


This code runs on MS Framework:

>foreach (DataRow schemaRow in table.Rows)

but on Mono I have to modify this code to:

>for(c = 0; c < schemaTable.Rows.Count; c++) 
>{
>  DataRow schemaRow = schemaTable.Rows[c];

I assume that this foreach does not function with the
Rows collection od DataTable but I have one question, 
Who I must notify this problem?


Everaldo Canuto
everaldo_canuto at yahoo.com.br




	
	
		
_______________________________________________________
Yahoo! Acesso Grátis - navegue de graça com conexão de qualidade! 
http://br.acesso.yahoo.com/



More information about the Mono-devel-list mailing list