Table<TEntity>::ITable::DeleteOnSubmit Method
For a description of this member, see DeleteOnSubmit.
Assembly: System.Data.Linq (in System.Data.Linq.dll)
private: virtual void DeleteOnSubmit( Object^ entity ) sealed = ITable::DeleteOnSubmit
Parameters
- entity
- Type: System::Object
The entity to be removed.
Implements
ITable::DeleteOnSubmit(Object)This member is an explicit interface member implementation. It can be used only when the Table<TEntity> instance is cast to an ITable interface.
Note: |
|---|
LINQ to SQL does not support or recognize cascade-delete operations. If you want to delete a row in a table that has constraints against it, you must either set the ON DELETE CASCADE rule in the foreign-key constraint in the database, or use your own code to first delete the child objects that prevent the parent object from being deleted. Otherwise, an exception is thrown. |
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.
Note: