EntityTypeConfiguration<TEntityType>.Function Method (String)
Create a Function that binds to this EntityType.
Namespace: System.Web.OData.Builder
Assembly: System.Web.OData (in System.Web.OData.dll)
Syntax
public FunctionConfiguration Function(
string name
)
public:
FunctionConfiguration^ Function(
String^ name
)
member Function :
name:string -> FunctionConfiguration
Public Function Function (
name As String
) As FunctionConfiguration
Parameters
name
Type: System.StringThe name of the function.
Return Value
Type: System.Web.OData.Builder.FunctionConfiguration
The FunctionConfiguration to allow further configuration of the new Function.
See Also
EntityTypeConfiguration<TEntityType> Class
System.Web.OData.Builder Namespace
Return to top