Check out example codes for "get array from column datatable c#". It will help you in understanding the concepts better.
Code Example 1
datatable1.AsEnumerable().Select(r => r.Field<string>("Name")).ToArray();
Learn ReactJs, React Native from akashmittal.com