Fields.Update Method

Definition

Updates the result of the fields object.

public:
 int Update();
public int Update ();
abstract member Update : unit -> int
Public Function Update () As Integer

Returns

Remarks

When applied to a Fields collection, returns 0 (zero) if no errors occur when the fields are updated, or returns an Integer that represents the index of the first field that contains an error.

Applies to