dreamfactorysoftware / .net-sdk

A .NET SDK for the DreamFactory REST API
19 stars 28 forks source link

query a view #15

Closed egarim closed 8 years ago

egarim commented 8 years ago

Hi, is there a way to query a mysql view with the dream factory sdk?

makosovic commented 8 years ago

Only if you create a stored procedure that executes that query and then call the stored procedure with the DreamFactory SDK.

Regards Marko