DbDeleteWithParameter

A StoredProcedure is executed on the level of the database.
The DbDeleteWithParameter is a statement within a StoredProcedure.

Application

The DbDeleteWithParameter is used when ...

Code example

In the code example below, ... (operation / form ...)

Private PropertyType PropertyName
{
    get 
    {
        return Something(...);
    }
}

 

Explanation of the code

...