FunctionConfiguration.SetBindingParameter 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 Function "isBindable".
public Microsoft.AspNet.OData.Builder.FunctionConfiguration SetBindingParameter (string name, Microsoft.AspNet.OData.Builder.IEdmTypeConfiguration bindingParameterType);
member this.SetBindingParameter : string * Microsoft.AspNet.OData.Builder.IEdmTypeConfiguration -> Microsoft.AspNet.OData.Builder.FunctionConfiguration
Public Function SetBindingParameter (name As String, bindingParameterType As IEdmTypeConfiguration) As FunctionConfiguration
Parameters
- name
- String
- bindingParameterType
- IEdmTypeConfiguration