The ModelFunction type exposes the following members.
Properties
Name | Description | |
---|---|---|
AliasName |
Fully qualified alias name, including parent object aliases.
| |
EntitySet |
Entity set that this function is linked to, if linked to an entity set.
| |
FullName |
Fully qualified name, including parent object names.
| |
LongDescription |
Long description, part of the documentation attributes for model members
| |
Mapping |
Mapping to storage model functions.
| |
Name |
Name of the model object
| |
Parameters |
Enumeration of function parameters
| |
ReturnComplexType |
Complex type reference if the return type is defined as a complex type in the model.
| |
ReturnEntityType |
Entity type reference if the return type is defined as an entity type in the model.
| |
ReturnsCollection |
True if the returned result is a collection of ReturnType, false if not.
| |
ReturnType |
Return type name for the function
| |
ShortDescription |
Short description, part of the documentation attributes for model members
|