ParameterConfiguration.HasDefaultValue(String) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Sets the optional value as true, default value as given value.
public Microsoft.AspNet.OData.Builder.ParameterConfiguration HasDefaultValue (string defaultValue);
member this.HasDefaultValue : string -> Microsoft.AspNet.OData.Builder.ParameterConfiguration
Public Function HasDefaultValue (defaultValue As String) As ParameterConfiguration
Parameters
- defaultValue
- String
The default value.