LinqDataSourceView.DeleteParameters 属性

定义

获取包含在删除操作过程中使用的参数的参数集合。

C#
public System.Web.UI.WebControls.ParameterCollection DeleteParameters { get; }

属性值

一个集合,其中包含由 Delete(IDictionary, IDictionary) 方法使用的参数。

适用于

产品 版本
.NET Framework 3.5

另请参阅