Jaa


EntityTypeConfiguration<TEntityType>.Function(String) Method

Definition

Create a Function that binds to this 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

The FunctionConfiguration to allow further configuration of the new Function.

Applies to