Yet another blog about programming (and maybe some other stuff)
var existing = from s in ActiveRecordLinq.AsQueryable<ScannedEntity>() where s.FileName == f.FullName select s;
No comments:
Post a Comment