NavigationBuilder<TSource,TTarget>.IsRequired(Boolean) 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.
Configures whether this navigation is required.
public virtual Microsoft.EntityFrameworkCore.Metadata.Builders.NavigationBuilder<TSource,TTarget> IsRequired (bool required = true);
override this.IsRequired : bool -> Microsoft.EntityFrameworkCore.Metadata.Builders.NavigationBuilder<'Source, 'arget (requires 'Source : null and 'arget : null)>
Public Overridable Function IsRequired (Optional required As Boolean = true) As NavigationBuilder(Of TSource, TTarget)
Parameters
- required
- Boolean
A value indicating whether the navigation should be required.
Returns
The same builder instance so that multiple configuration calls can be chained.
Applies to
Met ons samenwerken op GitHub
De bron voor deze inhoud vindt u op GitHub, waar u ook problemen en pull-aanvragen kunt maken en controleren. Bekijk onze gids voor inzenders voor meer informatie.
Entity Framework