ModelDataSourceView.UpdateProperties Method

Definition

Updates the specified properties using the values provided in the parameters.

public:
 void UpdateProperties(System::String ^ modelTypeName, System::String ^ selectMethod, System::String ^ updateMethod, System::String ^ insertMethod, System::String ^ deleteMethod, System::String ^ dataKeyName);
public void UpdateProperties (string modelTypeName, string selectMethod, string updateMethod, string insertMethod, string deleteMethod, string dataKeyName);
member this.UpdateProperties : string * string * string * string * string * string -> unit
Public Sub UpdateProperties (modelTypeName As String, selectMethod As String, updateMethod As String, insertMethod As String, deleteMethod As String, dataKeyName As String)

Parameters

modelTypeName
String

The model type name.

selectMethod
String

The select method name.

updateMethod
String

The update method name.

insertMethod
String

The update method name.

deleteMethod
String

The delete method name.

dataKeyName
String

The data key name.

Applies to