In a project we are using CodeSmith to generate database layer, Codesmith seperate creates service classes for each SQL View and SQL Table, using these service classes we can call StoredProcedures that has prefix "ViewOrTableName".
My problem is that I am unable to directly call any storedprocedure/view or function.
If any body atleast know how to call a function and get response please let me know
Thanks, Imran Rizvi