Share via


ProcedureConfiguration.Parameters Property

 

The parameters the procedure takes

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

Syntax

public virtual IEnumerable<ParameterConfiguration> Parameters { get; }
public:
property IEnumerable<ParameterConfiguration^>^ Parameters {
    virtual IEnumerable<ParameterConfiguration^>^ get();
}
abstract Parameters : IEnumerable<ParameterConfiguration> with get
override Parameters : IEnumerable<ParameterConfiguration> with get
Public Overridable ReadOnly Property Parameters As IEnumerable(Of ParameterConfiguration)

Property Value

Type: System.Collections.Generic.IEnumerable<ParameterConfiguration>

Returns IEnumerable<T>.

See Also

ProcedureConfiguration Class
System.Web.OData.Builder Namespace

Return to top