The ModelFunctionParameter type exposes the following members.
Properties
Name | Description | |
---|---|---|
AliasName |
Fully qualified alias name, including parent object aliases.
| |
CSDLType |
Corresponding CSDL type descriptor, abstraction used for comparing type with other members in the conceptual or storage layer
| |
FullName |
Fully qualified name, including parent object names.
| |
Function |
Model function that this parameter belongs to
| |
LongDescription |
Long description, part of the documentation attributes for model members
| |
MaxLength |
Maxlength for string or binary members
| |
MaxLengthApplies |
True if the maxlength attribute is valid, False if not.
| |
MaxLengthSpecified |
Indicates if maxlength is specified
| |
Mode |
Parameter direction; Input, Output, or bidirectional (InOut)
| |
Name |
Name of the model object
| |
Precision |
Precision (for numeric/decimal types)
| |
PrecisionScaleApplies |
Indicates if Precision/Scale applies (to numeric/decimal types)
| |
Scale |
Scale (for numeric/decimal types)
| |
ShortDescription |
Short description, part of the documentation attributes for model members
| |
TypeDescription |
Data type description
| |
TypeName |
Data type name
|