BaseObject Delete Method Nemiro.Data.dll
Removes an instance of the derived data from the database.

Namespace: Nemiro.Data.Sql
Assembly: Nemiro.Data (in Nemiro.Data.dll) Version: 2.11.4.126 (2.11.4.126)
Syntax

public int Delete()

Return Value

Type: Int32
Returns the number of deleted data.
Exceptions

ExceptionCondition
SqlExceptionThe exception that is thrown when SQL Server returns a warning or error.
See Also