Hi everyone,
I am using ShapefileWorkspaceFactory to retrieve data from a dbf file. Now I can read data of some specified field (by field name), I have no idea how to get corresponding value with the maximum value of a field.
For example, in the dbf file I retrieve 3 fields of data: RegisterID, ItemName, Category
I am asking how to get the ItemName and Category with the maximum RegisterID.
I am using vb.net arcobjects. Thanks in advance.