Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Sets the field values by using the specified lists.
Syntax
public boolean fields(CLRObject names, CLRObject vals)
Run On
Client
Parameters
- names
Type: CLRObject Class
A list of field names.
- vals
Type: CLRObject Class
A list of field values.
Return Value
Type: boolean
true if the field values are set; otherwise, false.