FunctionParameter Class
Describes the parameters of an EdmFunction.
Assembly: System.Data.Entity (in System.Data.Entity.dll)
| Name | Description | |
|---|---|---|
![]() | BuiltInTypeKind | Gets the built-in type kind for this FunctionParameter.(Overrides MetadataItem::BuiltInTypeKind.) |
![]() | DeclaringFunction | Gets or sets the EdmFunction on which this parameter is declared. |
![]() | Documentation | Gets or sets the documentation associated with this type.(Inherited from MetadataItem.) |
![]() | MetadataProperties | Gets the list of properties of the current type.(Inherited from MetadataItem.) |
![]() | Mode | Gets the mode of this FunctionParameter. |
![]() | Name | Gets the name of this FunctionParameter. |
![]() | TypeUsage | Gets the instance of the TypeUsage class that contains both the type of the parameter and facets for the type. |
| Name | Description | |
|---|---|---|
![]() | Equals(Object^) | Determines whether the specified object is equal to the current object.(Inherited from Object.) |
![]() | GetHashCode() | Serves as the default hash function. (Inherited from Object.) |
![]() | GetType() | |
![]() | ToString() | Returns the name of this FunctionParameter.(Overrides Object::ToString().) |
Available since 3.5
Any public static ( Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

