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