ModelDataSourceView.UpdateMethod Property

Definition

Gets or sets the name of the method that the ModelDataSourceView object invokes to update data.

public:
 property System::String ^ UpdateMethod { System::String ^ get(); };
public string UpdateMethod { get; }
member this.UpdateMethod : string
Public ReadOnly Property UpdateMethod As String

Property Value

A string that represents the name of the method that the ModelDataSourceView uses to update data.

Applies to