The StoreFunction type exposes the following members.
Properties
Name | Description | |
---|---|---|
Aggregate |
True if the function/procedure returns an aggregate value, false if not.
| |
AliasName |
Fully qualified alias name, including parent object aliases.
| |
BuiltIn |
True if the function/procedure is a built-in function, false if not.
| |
CommandText |
Command text if defined within the model rather than mapped to a database function or procedure.
| |
FullName |
Fully qualified name, including parent object names.
| |
FunctionName |
Function/procedure name in the database
| |
IsComposable |
True if the function is composable / can be part of a query or wrapped within a function call.
| |
LongDescription |
Long description, part of the documentation attributes for model members
| |
Mapping |
Function import mapping that maps this storage model function to a conceptual model function import.
| |
Name |
Name of the model object
| |
NiladicFunction |
True if the function/procedure accepts no parameters.
| |
Parameters |
Enumeration of parameters to the function/procedure.
| |
ParameterTypeSemantics |
Defines the semantics used to resolve function overloads.
| |
ReturnType |
Return type name
| |
Schema |
Database schema that this function/procedure belongs to.
| |
ShortDescription |
Short description, part of the documentation attributes for model members
|