How to keep a reference of other DataTable in a DataTable?

Heloo there!
I found how to

  1. Change your datatable field type from object reference
  2. When you use this field to get another datatable use “Resolve soft Reference”

    after that just do get datatablerow.
    Enjoy.