Use == instead of Equals:
where t.CustID == custIdToQuery
If the types are incorrect you may find that this doesn’t compile.
Use == instead of Equals:
where t.CustID == custIdToQuery
If the types are incorrect you may find that this doesn’t compile.