henck / dBASE.NET

dBASE reader for .NET
http://www.independent-software.com
MIT License
65 stars 37 forks source link

Record delete fix #16

Open adnanioricce opened 4 years ago

adnanioricce commented 4 years ago

'fix' for the henck#10 issue. Added a property in the DbfRecord class, a argument in the Read method of the Dbf class, some methods to mark records as deleted and their unit tests.