Trying to get started with subsonic but have a simple question about stored procedures - just can't seem to understand the context of the examples i've seen, like this one:
SubSonic.StoredProcedure sp = SPs.CustOrderHist(customerID);
GridView1.DataSource = sp.GetReader();
In this line, what is this object SPs? can't seem to find it... is this a class subsonic should generate? I don't have this in my project. TIA!