Wednesday, February 17, 2010

Define where static method should be executed

To define where a static method in x++ should be executed, you can use one of the keywords client, server or caller.

For example a signature could look like this:

server static boolean mymethod()

As far as i know, it is not possible to define this for instance methods (class- or table-instance-methods).

No comments:

Post a Comment