C# Class Microsoft.EntityFrameworkCore.Metadata.Internal.RelationalForeignKeyBuilderAnnotations

Inheritance: RelationalForeignKeyAnnotations
Afficher le fichier Open project: MyPrivateAccount/XYHOutSource

Méthodes publiques

Méthode Description
HasConstraintName ( string value ) : bool

This API supports the Entity Framework Core infrastructure and is not intended to be used directly from your code. This API may change or be removed in future releases.

RelationalForeignKeyBuilderAnnotations ( InternalRelationshipBuilder internalBuilder, ConfigurationSource configurationSource ) : JetBrains.Annotations

This API supports the Entity Framework Core infrastructure and is not intended to be used directly from your code. This API may change or be removed in future releases.

Method Details

HasConstraintName() public méthode

This API supports the Entity Framework Core infrastructure and is not intended to be used directly from your code. This API may change or be removed in future releases.
public HasConstraintName ( string value ) : bool
value string
Résultat bool

RelationalForeignKeyBuilderAnnotations() public méthode

This API supports the Entity Framework Core infrastructure and is not intended to be used directly from your code. This API may change or be removed in future releases.
public RelationalForeignKeyBuilderAnnotations ( InternalRelationshipBuilder internalBuilder, ConfigurationSource configurationSource ) : JetBrains.Annotations
internalBuilder InternalRelationshipBuilder
configurationSource ConfigurationSource
Résultat JetBrains.Annotations