I've often used the DataRow object (or DataRowCollection) when programming C# in Windows (.NET Framework 3 and 3.5). Now, I want to use it in a C# program developed with mono in Linux. My problem is: I don't find the "Field" property of DataRow when using mono... anyone can help me, please ?
Thanks in advance. (example: "return ds.Table[0].Rows[0].Field(0)"; -- View this message in context: http://mono.1490590.n4.nabble.com/c-DataRow-Field-property-missing-tp3434511p3434511.html Sent from the Mono - General mailing list archive at Nabble.com. _______________________________________________ Mono-list maillist - [email protected] http://lists.ximian.com/mailman/listinfo/mono-list
