OperationConfiguration.Parameters Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
The parameters the operation takes
public virtual System.Collections.Generic.IEnumerable<Microsoft.AspNet.OData.Builder.ParameterConfiguration> Parameters { get; }
member this.Parameters : seq<Microsoft.AspNet.OData.Builder.ParameterConfiguration>
Public Overridable ReadOnly Property Parameters As IEnumerable(Of ParameterConfiguration)