DbUpdateWithParameters
Table of Contents
A StoredProcedure is executed on the level of the database.
The DbUpdateWithParameters is a statement within a StoredProcedure.
Application
The DbUpdateWithParameters is used when ...
Code example
In the code example below, ... (operation / form ...)
Private PropertyType PropertyName
{
get
{
return Something(...);
}
}
Explanation of the code
...