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

Issue 21: BindingId is now exposed by the database object, and a sanity ... #22

Closed zippy1981 closed 10 years ago

zippy1981 commented 10 years ago

...check is performed to ensure all MDFs passed to Database constructor have the same BindingId

improvedk commented 10 years ago

Looks good. Could you change "Id" to "ID" generally? That way we'll keep the same style across all of the code base :)

improvedk commented 10 years ago

Sorry for letting this hang so long! I must've overlooked the amendment commit mail :/