The StoreFunctionParameter 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, used for comparing type with other storage or conceptual model members
| |
DataType |
Data type for the parameter
| |
DataTypeDescription |
Data type description; type, nullability, length/precision/scale
| |
FixedLength |
Fixed length member (for binary/string types).
| |
FullName |
Fully qualified name, including parent object names.
| |
Function |
Store function that this parameter belongs to.
| |
LongDescription |
Long description, part of the documentation attributes for model members
| |
MaxLength |
Max length for strings and binary members.
| |
MaxLengthApplies |
True if the maxlength attribute can be used for the type, false if not
| |
MaxLengthSpecified |
True if the maxlength attribute is specified, false if not
| |
Mode |
Parameter direction; input, output, or bidirectional (inout)
| |
Name |
Name of the model object
| |
Precision |
Precision (for numeric/decimal/money types).
| |
PrecisionScaleSpecified |
True if precision and scale is specified, false if not.
| |
Scale |
Scale (for numeric/decimal/money types).
| |
ShortDescription |
Short description, part of the documentation attributes for model members
|
Events
Name | Description | |
---|---|---|
NameChanged |
Event fired when the object changes name
| |
Removed |
Event fired when the object has been removed from the model
|