C# 클래스 Microsoft.EntityFrameworkCore.Metadata.Internal.RelationalForeignKeyBuilderAnnotations

상속: RelationalForeignKeyAnnotations
파일 보기 프로젝트 열기: MyPrivateAccount/XYHOutSource

공개 메소드들

메소드 설명
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