EntityCollectionConfiguration<TEntityType>.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.
Creates a new Function that binds to Collection(EntityType).
public Microsoft.AspNet.OData.Builder.FunctionConfiguration Function (string name);
member this.Function : string -> Microsoft.AspNet.OData.Builder.FunctionConfiguration
Public Function Function (name As String) As FunctionConfiguration
Parameters
- name
- String
The name of the Function
Returns
A FunctionConfiguration to allow further configuration of the Function.