The StoreFunctionParameter type exposes the following members.
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
|