How to use it? I tired this, but row object does not contains row data. ``` var tbl = DbfReaderUtil.OpenTable(dbfPath); foreach (var row in tbl) { } ```
How to use it?
I tired this, but row object does not contains row data.