Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/jefking/king.data.sql.reflection

Reflect SQL Server Schema.
https://github.com/jefking/king.data.sql.reflection

c-sharp reflection repository sql-server

Last synced: about 1 month ago
JSON representation

Reflect SQL Server Schema.

Awesome Lists containing this project

README

        

### Reflect SQL Server Schema
+ Load Stored Procedures, and all parameters
+ Load tables, and all columns and keys

### [NuGet](https://www.nuget.org/packages/King.Data.Sql.Reflection)
```
PM> Install-Package King.Data.Sql.Reflection
```

### [Wiki](https://github.com/jefking/King.Data.Sql.Reflection/wiki)
View the wiki to learn how to use this.

### CI
[![Build status](https://dev.azure.com/jefkin/oss/_apis/build/status/King.Data.Sql.Reflection)](https://dev.azure.com/jefkin/oss/_build/latest?definitionId=22)