다음을 통해 공유


OwnedNavigationTableValuedFunctionBuilder<TOwnerEntity,TDependentEntity>.HasName 메서드

정의

데이터베이스 함수의 이름을 설정합니다.

public virtual Microsoft.EntityFrameworkCore.Metadata.Builders.OwnedNavigationTableValuedFunctionBuilder<TOwnerEntity,TDependentEntity> HasName (string name);
override this.HasName : string -> Microsoft.EntityFrameworkCore.Metadata.Builders.OwnedNavigationTableValuedFunctionBuilder<'OwnerEntity, 'DependentEntity (requires 'OwnerEntity : null and 'DependentEntity : null)>
Public Overridable Function HasName (name As String) As OwnedNavigationTableValuedFunctionBuilder(Of TOwnerEntity, TDependentEntity)

매개 변수

name
String

데이터베이스에 있는 함수의 이름입니다.

반환

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

설명

자세한 내용 및 예제는 데이터베이스 함수 를 참조하세요.

적용 대상