dazinator / CrmAdo

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

Return the 'Catalog' and 'Schema' values for the Tables metadata. #62

Closed dazinator closed 9 years ago

dazinator commented 9 years ago

When querying for schema information, and asking for 'Tables' the information the datatable that comes back includes a Catalog and a Schema column. These row values where previously empty. Set them to some default values.

Catalog should be set the name of the Crm Organisation. (from the organization entity) Schame should just be set to dbo - not really sure how schema makes sense in the dynamics crm paradigm at present.