Hello!
Is there are general agreement in .NET that the documentation about index is
item used for
example myDataSet.Table s["Customers"].Rows[9][CompanyName"]
Here if you look at the documentation about DataTable and item
this is actually the usage with index like ["Customers"]
//Tony
Is there are general agreement in .NET that the documentation about index is
item used for
example myDataSet.Table s["Customers"].Rows[9][CompanyName"]
Here if you look at the documentation about DataTable and item
this is actually the usage with index like ["Customers"]
//Tony
Comment