EntityCollectionConfiguration<TEntityType>.Function Method (String)
Creates a new Function that binds to Collection(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
A FunctionConfiguration to allow further configuration of the Function.
See Also
EntityCollectionConfiguration<TEntityType> Class
System.Web.OData.Builder Namespace
Return to top