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