ActionConfiguration.SetBindingParameter(String, IEdmTypeConfiguration) Method
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.
Specifies the bindingParameter name, type and whether it is alwaysBindable, use only if the Action "isBindable".
public Microsoft.AspNet.OData.Builder.ActionConfiguration SetBindingParameter (string name, Microsoft.AspNet.OData.Builder.IEdmTypeConfiguration bindingParameterType);
member this.SetBindingParameter : string * Microsoft.AspNet.OData.Builder.IEdmTypeConfiguration -> Microsoft.AspNet.OData.Builder.ActionConfiguration
Public Function SetBindingParameter (name As String, bindingParameterType As IEdmTypeConfiguration) As ActionConfiguration
Parameters
- name
- String
- bindingParameterType
- IEdmTypeConfiguration