Share via


EntityCollectionConfiguration<TEntityType>.Function(String) Method

Definition

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.

Applies to