|
|
Hi All,
First of all I would like to commend this starter kit - it is excellent.
Secondly can anyone help me implement the GetByCriteria(Query query) method in 'ManagedDesigns.Northwind.Data.SqlServer'.
public IList<Employee> GetByCriteria(Query query)
{
throw new NotImplementedException();
}
I have no idea how to translate the Query object to T-SQl.
Thanks
|
|