LinqDataSourceView::DeleteDataObject Method (Object^, Object^, Object^)
.NET Framework (current version)
Deletes a data object from a table.
Assembly: System.Web.Extensions (in System.Web.Extensions.dll)
protected: virtual void DeleteDataObject( Object^ dataContext, Object^ table, Object^ oldDataObject )
Parameters
- dataContext
-
Type:
System::Object^
The data context of the object to delete.
- table
-
Type:
System::Object^
The table that contains the object to delete.
- oldDataObject
-
Type:
System::Object^
The object to delete.
.NET Framework
Available since 3.5
Available since 3.5
Show: