CollectionPropertyConfiguration.IsOptional Method ()
Sets the CollectionProperty to optional (i.e. nullable).
Namespace: System.Web.OData.Builder
Assembly: System.Web.OData (in System.Web.OData.dll)
Syntax
public CollectionPropertyConfiguration IsOptional()
public:
CollectionPropertyConfiguration^ IsOptional()
member IsOptional : unit -> CollectionPropertyConfiguration
Public Function IsOptional As CollectionPropertyConfiguration
Return Value
Type: System.Web.OData.Builder.CollectionPropertyConfiguration
See Also
CollectionPropertyConfiguration Class
System.Web.OData.Builder Namespace
Return to top