Example #1
0
 public IEnumerable <EventBlob> FindAllWithHeader(string name, string value, long fromid = 0)
 {
     return(conn.AllBlobsWithHeaderNameAndValue(name, value, (int)fromid));
 }