Forum Discussion
NicolasArgente
2 years agoValued Contributor
Here is the answer on how to make an XFDatatable:
Dim xfDT As New XFDataTable(si, dt, Nothing, SharedConstants.Unknown)
where dt is the datatable.
Thanks JohnGoodwin
Here is the answer on how to make an XFDatatable:
Dim xfDT As New XFDataTable(si, dt, Nothing, SharedConstants.Unknown)
where dt is the datatable.
Thanks JohnGoodwin