ModelDataSourceView.InsertMethod 属性

定义

获取或设置 ModelDataSourceView 对象调用以插入数据的方法的名称。

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

属性值

String

一个字符串,表示由 ModelDataSourceView 用于插入数据的方法的名称。

适用于