FunctionParameter Class

Definition

Describes the parameters of an EdmFunction.

public ref class FunctionParameter sealed : System::Data::Metadata::Edm::MetadataItem
public sealed class FunctionParameter : System.Data.Metadata.Edm.MetadataItem
type FunctionParameter = class
    inherit MetadataItem
Public NotInheritable Class FunctionParameter
Inherits MetadataItem
Inheritance
FunctionParameter

Properties

BuiltInTypeKind

Gets the built-in type kind for this FunctionParameter.

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.

Methods

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()

Gets the Type of the current instance.

(Inherited from Object)
MemberwiseClone()

Creates a shallow copy of the current Object.

(Inherited from Object)
ToString()

Returns the name of this FunctionParameter.

Applies to