다음을 통해 공유


OwnedNavigationBuilder<TOwnerEntity,TDependentEntity>.UsePropertyAccessMode 메서드

정의

PropertyAccessMode 이 엔터티 형식의 모든 속성에 사용할 를 설정합니다.

public virtual Microsoft.EntityFrameworkCore.Metadata.Builders.OwnedNavigationBuilder<TEntity,TDependentEntity> UsePropertyAccessMode (Microsoft.EntityFrameworkCore.PropertyAccessMode propertyAccessMode);
public virtual Microsoft.EntityFrameworkCore.Metadata.Builders.OwnedNavigationBuilder<TOwnerEntity,TDependentEntity> UsePropertyAccessMode (Microsoft.EntityFrameworkCore.PropertyAccessMode propertyAccessMode);
override this.UsePropertyAccessMode : Microsoft.EntityFrameworkCore.PropertyAccessMode -> Microsoft.EntityFrameworkCore.Metadata.Builders.OwnedNavigationBuilder<'Entity, 'DependentEntity (requires 'Entity : null and 'DependentEntity : null)>
override this.UsePropertyAccessMode : Microsoft.EntityFrameworkCore.PropertyAccessMode -> Microsoft.EntityFrameworkCore.Metadata.Builders.OwnedNavigationBuilder<'OwnerEntity, 'DependentEntity (requires 'OwnerEntity : null and 'DependentEntity : null)>
Public Overridable Function UsePropertyAccessMode (propertyAccessMode As PropertyAccessMode) As OwnedNavigationBuilder(Of TEntity, TDependentEntity)
Public Overridable Function UsePropertyAccessMode (propertyAccessMode As PropertyAccessMode) As OwnedNavigationBuilder(Of TOwnerEntity, TDependentEntity)

매개 변수

propertyAccessMode
PropertyAccessMode

PropertyAccessMode 이 엔터티 형식의 속성에 사용할 입니다.

반환

OwnedNavigationBuilder<TEntity,TDependentEntity>

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

설명

기본적으로 지원 필드는 규칙에 의해 찾거나 지정된 경우 새 개체가 생성될 때 사용되며, 일반적으로 데이터베이스에서 엔터티를 쿼리할 때 사용됩니다. 속성은 다른 모든 액세스에 사용됩니다. 이 메서드를 호출하면 열거형에 설명된 대로 이 엔터티 형식의 모든 속성에 대한 동작이 PropertyAccessMode 변경됩니다.

이 메서드를 호출하면 이 엔터티의 모든 속성이 모델에 설정된 모든 액세스 모드를 재정의합니다.

적용 대상