LinqDataSourceView.InsertParameters 属性

定义

获取在插入操作过程中使用的参数的集合。

public:
 property System::Web::UI::WebControls::ParameterCollection ^ InsertParameters { System::Web::UI::WebControls::ParameterCollection ^ get(); };
public System.Web.UI.WebControls.ParameterCollection InsertParameters { get; }
member this.InsertParameters : System.Web.UI.WebControls.ParameterCollection
Public ReadOnly Property InsertParameters As ParameterCollection

属性值

ParameterCollection

一个集合,其中包含在插入操作过程中使用的参数。

注解

有关更多信息,请参见 LinqDataSource.InsertParameters 属性。

适用于

另请参阅