ProcedureConfiguration.Parameters Property
The parameters the procedure takes
Namespace: System.Web.Http.OData.Builder
Assembly: System.Web.Http.OData (in System.Web.Http.OData.dll)
Syntax
public abstract IEnumerable<ParameterConfiguration> Parameters { get; }
public:
property IEnumerable<ParameterConfiguration^>^ Parameters {
virtual IEnumerable<ParameterConfiguration^>^ get() abstract;
}
abstract Parameters : IEnumerable<ParameterConfiguration> with get
Public MustOverride ReadOnly Property Parameters As IEnumerable(Of ParameterConfiguration)
Property Value
Type: System.Collections.Generic.IEnumerable<ParameterConfiguration>
See Also
ProcedureConfiguration Class
System.Web.Http.OData.Builder Namespace
Return to top