This documentation is archived and is not being maintained.
EntityDataSource::DeleteParameters Property
Visual Studio 2008
Gets the collection of parameters that are used during a delete operation.
Assembly: System.Web.Entity (in System.Web.Entity.dll)
[BrowsableAttribute(false)] [PersistenceModeAttribute(PersistenceMode::InnerProperty)] public: property ParameterCollection^ DeleteParameters { ParameterCollection^ get (); }
Property Value
Type: System.Web.UI.WebControls::ParameterCollectionThe parameters that are used during a delete operation.
Windows 7, Windows Vista, Windows XP SP2, Windows Server 2008 R2, Windows Server 2008, Windows Server 2003
The .NET Framework and .NET Compact Framework do not support all versions of every platform. For a list of the supported versions, see .NET Framework System Requirements.
Show: