markrendle / Simple.Data

A light-weight, dynamic data access component for C# 4.0
MIT License
1.33k stars 303 forks source link

Table valued functions with Simple.Data? #384

Open gertgjoka opened 8 years ago

gertgjoka commented 8 years ago

Is there a way to call a simple table function GetSomeData(IdParam) with SimpleData? Actually if you do db.GetSomeData(1) it triggers an exec thinking it is a stored procedure.

Thank you!