ParameterConfiguration Class

 

Represents a parameter to a Procedure

Namespace:   System.Web.OData.Builder
Assembly:  System.Web.OData (in System.Web.OData.dll)


public ref class ParameterConfiguration abstract 

NameDescription
System_CAPS_protmethodParameterConfiguration(String^, IEdmTypeConfiguration^)

Initializes a new instance of the ParameterConfiguration class.

NameDescription
System_CAPS_pubpropertyName

The name of the parameter

System_CAPS_pubpropertyOptionalParameter

Gets or sets a value indicating whether this parameter is optional or not.

System_CAPS_pubpropertyTypeConfiguration

The type of the parameter

NameDescription
System_CAPS_pubmethodEquals(Object^)

(Inherited from Object.)

System_CAPS_protmethodFinalize()

(Inherited from Object.)

System_CAPS_pubmethodGetHashCode()

(Inherited from Object.)

System_CAPS_pubmethodGetType()

(Inherited from Object.)

System_CAPS_protmethodMemberwiseClone()

(Inherited from Object.)

System_CAPS_pubmethodToString()

(Inherited from Object.)

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

Return to top
Show: