Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
是否可以在 ServiceStack.OrmLite 中创建具有多列的聚集索引?
I need to convert from List<Object> to String[].
List<Object>
String[]
I made:
List<Object> lst ... String arr = lst.toString();
But I got this st