View on GitHub

SauceDB

.net ORM with multipe database engine support.

Download this project as a .zip file Download this project as a tar.gz file

Load From Views

In order to load from a view all you have to do is tell sauce you are using a view
NOTE: This is not required if you have schema validation turned off.
[View]
public class ViewObject
{
    public string TestItemPrimaryKeyName { get; set; }
}