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

Inheritance: RelationalForeignKeyAnnotations
Exibir arquivo Open project: MyPrivateAccount/XYHOutSource

Public Methods

Method 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 method

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
return bool

RelationalForeignKeyBuilderAnnotations() public method

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
return JetBrains.Annotations