Connecting Tech Pros Worldwide Help | Site Map

DataRow.SetField usage?

Newbie
 
Join Date: Dec 2008
Location: Bloominton, CA
Posts: 31
#1: Aug 7 '09
What is the difference between these two? If I use one or the other when adding or updating a strongly typed DataTable's DataRow, will there be any difference in the result?

I can't find an explanation in any MSDN page.

Expand|Select|Wrap|Line Numbers
  1.  _row.SetField("FieldName", "A value")
  2.  _row("FieldName") = "A value"
  3.  
Reply

Tags
datarow, datatable, setfield