I need to use AsEnumerable()
on a DataTable
in Unity, but it seems the Unity version of System.Data
doesn't have that method!
I tried to import the VS version of dll into the asset, but it told me that Multiple assemblies with equivalent identity have been imported
.
Could somebody please be so kind and teach me what should I do!?
Much appreciated!