The ModelFunctionParameter type exposes the following members.
Methods
Name | Description | |
---|---|---|
Equals | (Inherited from Object.) | |
Finalize |
Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection.
(Inherited from Object.) | |
GetHashCode |
Serves as a hash function for a particular type.
(Inherited from Object.) | |
GetType |
Gets the Type of the current instance.
(Inherited from Object.) | |
MemberwiseClone |
Creates a shallow copy of the current Object.
(Inherited from Object.) | |
Remove |
Removes the object from the model.
| |
ToString | (Inherited from Object.) |
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
|
Events
Name | Description | |
---|---|---|
NameChanged |
Event fired when the object changes name
| |
Removed |
Event fired when the object has been removed from the model
|