Ejemplo n.º 1
0
 public override Task <SingleResult <TData> > LookupAsync(string id)
 {
     throw TableUtils.GetQueryableOnlyLookupException(this.GetType(), "Lookup");
 }