C# Класс Microsoft.EntityFrameworkCore.Metadata.Internal.RelationalForeignKeyBuilderAnnotations

Наследование: RelationalForeignKeyAnnotations
Показать файл Открыть проект

Открытые методы

Метод Описание
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.

Описание методов

HasConstraintName() публичный Метод

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
Результат bool

RelationalForeignKeyBuilderAnnotations() публичный Метод

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
Результат JetBrains.Annotations