StringStoredProcedureCall


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

...

 

 



Article ID: 469
Created: Mon, Mar 30, 2020
Last Updated: Mon, Mar 30, 2020

Online URL: https://wiki-ai-framework.abstract-it.nl/article/stringstoredprocedurecall-469.html