ODataModelBuilder.Function(String) 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.
Adds an unbound function to the builder.
public virtual Microsoft.AspNet.OData.Builder.FunctionConfiguration Function (string name);
abstract member Function : string -> Microsoft.AspNet.OData.Builder.FunctionConfiguration
override this.Function : string -> Microsoft.AspNet.OData.Builder.FunctionConfiguration
Public Overridable Function Function (name As String) As FunctionConfiguration
Parameters
- name
- String
The name of the function.
Returns
The configuration object for the specified function.