Share via


OwnedNavigationSplitViewBuilder<TOwnerEntity,TDependentEntity>.HasAnnotation 메서드

정의

뷰에서 주석을 추가하거나 업데이트합니다. 에 지정된 annotation 키가 있는 주석이 이미 있으면 해당 값이 업데이트됩니다.

public virtual Microsoft.EntityFrameworkCore.Metadata.Builders.OwnedNavigationSplitViewBuilder<TOwnerEntity,TDependentEntity> HasAnnotation (string annotation, object? value);
override this.HasAnnotation : string * obj -> Microsoft.EntityFrameworkCore.Metadata.Builders.OwnedNavigationSplitViewBuilder<'OwnerEntity, 'DependentEntity (requires 'OwnerEntity : null and 'DependentEntity : null)>
Public Overridable Function HasAnnotation (annotation As String, value As Object) As OwnedNavigationSplitViewBuilder(Of TOwnerEntity, TDependentEntity)

매개 변수

annotation
String

추가하거나 업데이트할 주석의 키입니다.

value
Object

주석에 저장할 값입니다.

반환

여러 구성 호출을 연결할 수 있도록 동일한 작성기가 instance.

적용 대상