dazinator / CrmAdo

An ADO.NET Provider for Dynamics Crm
6 stars 4 forks source link

Fix null ref issue with GetSchema() foreign keys #65

Closed dazinator closed 9 years ago

dazinator commented 9 years ago

When calling GetSchema() to get the "ForeignKeys" metadata collection, is getting a null ref exception when not using an entity name restriction. Investigate and fix.