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.
現在、含まれているレコードに従って2つの関係を結合しています。しかし、含まれるレコードの数に応じて 2 つの関係を組み合わせるために、豚に別の方法で存在するのでしょうか?
I have tried many ways like Cast<CustomObject>, as Customobject and ToArray(Customobject) but nothing worked.
Cast<CustomObject>
as Customobject
ToArray(Customobject)
How can I add