jchristn / DatabaseWrapper

Simple database wrapper for Microsoft SQL Server, MySQL, PostgreSQL, and Sqlite written in C# supporting dynamic query building and nesting using expressions.
MIT License
97 stars 26 forks source link

Calling Views and Stored Procedures #1

Closed PalatineStudio closed 4 years ago

PalatineStudio commented 4 years ago

Can this library call Views or Stored Procedures? Thanks

jchristn commented 4 years ago

Hi @PalatineStudio no it cannot.