Retrieve all Rows of a particular column from Datatable and assign it to an DataRow[]

@Jadeja_Chandravijaysinh

Use the below expression to get only one column data…

to get Data Table:
TransactionData.DefaultView.ToTable(False,“ProductURL”)

To get Rows

TransactionData.DefaultView.ToTable(False,“ProductURL”).rows