improvedk / OrcaMDF

A C# parser for MDF files. Allows you to read tables, metadata and indexes from MDF files without it being attached to a running SQL Server instance.
http://improve.dk/archive/2011/05/03/introducing-orcamdf.aspx
GNU General Public License v3.0
181 stars 74 forks source link

Avoid duplicated complex column detection #2

Open improvedk opened 12 years ago

improvedk commented 12 years ago

Record.cs and CompressedRecord.cs both contain the (almost) same code for detecting the type of complex column.