Epicor User Help Forum
System.Data.DataSetExtensions assembly
Epicor ERP 10
josecgomez
(Jose C Gomez)
January 30, 2017, 8:29pm
6
You can do Select and use the SQL Syntax
DataSet.Table[0].Select(“MyField = 33”)
show post in topic