I have a model
- public class IsoRemoval
- {
- [Key]
- public int IdIR { get; set; }
- public DateTime IsoRemDate { get; set; }
- public string Equipment { get; set; }
- public string IsoRemMethod { get; set; }
- public int RemovedBy { get; set; }
- public int VerifiedBy { get; set; }
- }
string Equipment may contain "Motor", "Pump" or "Compressor"
How do I verify in the saved data if under Equipment there is any "Compressor"?