You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
public getCustomersNameJansen(IContext context, ICore core, int value) {
List results = core.createXPathQuery("//Sales.Customer[Name='Jansen']")
.execute(context);
return results;
}
i think this is wrong , this medthod should be no retrun value .
The text was updated successfully, but these errors were encountered:
Please use the form below, leaving the prefilled data to help us. Thank you.
Page link: xpath-constraints
Document link: _index.md
My Issue/Suggestion
for this sample :
public getCustomersNameJansen(IContext context, ICore core, int value) {
List results = core.createXPathQuery("//Sales.Customer[Name='Jansen']")
.execute(context);
return results;
}
i think this is wrong , this medthod should be no retrun value .
The text was updated successfully, but these errors were encountered: