StringStoredProcedureCall
Table of Contents
A StoredProcedure is executed on the level of the database. The StringStoredProcedureCall returns a String Expression.
Application
The StringStoredProcedureCall is used when ...
Code example
In the code example below, ...
Private PropertyType PropertyName
{
get
{
return Something(...);
}
}
Explanation of the code
...