コード例 #1
0
 public override SingleResult <TData> Lookup(string id)
 {
     throw TableUtils.GetNoQueryableLookupException(this.GetType(), "LookupAsync");
 }