Uipath vbnet

I am going through vb.net expression of datatable
DataTable Class (System.Data) | Microsoft Learn

How to understand the acceptable syntax in UiPath from the above link

Hi @Ritaman_Baral

Check out this thread.

This will give you basic idea about vb.net datatable.

Regards

@Ritaman_Baral

All would be acceptable

but bear in mind that few have return values and few dont…when there is a return value we can use in assign

when there is no return value we need to use in invoke code or invoke method

cheers