I have a simple collection
我有一个简单的收藏
string[] IDs = {"1", "2" , "3", "4"};
Collection<TempOBJ> collection1 = reader.Read()<TempOBJ>(IDs);
stringI have a simple collection
我有一个简单的收藏
string[] IDs = {"1", "2" , "3", "4"};
Collection<TempOBJ> collection1 = reader.Read()<TempOBJ>(IDs);
string