Ejemplo n.º 1
0
 public List <PK> ToIdList <PK>()
 {
     _index.Table.GetPrimaryIndex <PK>();
     return(_index.ExecuteToList <PK>(_args, (k, pk) => (PK)pk.Key));
 }