Hi everyone, have error “Non-invocable member cannot be used like a method” when trying to get value from DataRow column. Looks really strange because compiler suggests this method firstly(1 screenshot), than give this error(secong screenshot). Maybe somebody knows where is the problem?
See screen below
P.S. working with ForEachDataRow cycle
As pointed out by @Keegan_Kosasih, the difference is the square brackets i.e. [ ] are used for the C# project type while parenthesis i.e. ( ) are used for the VB Project type.
Additional Information:
For the C# project, using an incorrect case syntax (e.g. UiPath, UiPath, etc.) will result in the following validation error message:
The name ‘UiPath’ does not exist in the current context