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