LinqDataSourceView.InsertParameters 属性
定义
获取在插入操作过程中使用的参数的集合。Gets a collection of parameters that are used during the insert operation.
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
属性值
一个集合,其中包含在插入操作过程中使用的参数。A collection that contains the parameters that are used during the insert operation.
注解
有关更多信息,请参见 LinqDataSource.InsertParameters 属性。For more information, see the LinqDataSource.InsertParameters property.