다음을 통해 공유


OwnedNavigationTableValuedFunctionBuilder<TOwnerEntity,TDependentEntity>.HasParameter 메서드

정의

지정된 이름으로 매개 변수를 구성하는 데 사용할 수 있는 개체를 반환합니다. 지정된 이름의 매개 변수가 없으면 새 매개 변수가 추가됩니다.

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

매개 변수

name
String

매개 변수 이름입니다.

buildAction
Action<DbFunctionParameterBuilder>

매개 변수의 구성을 수행하는 작업입니다.

반환

추가 매개 변수 구성에 사용할 작성기입니다.

설명

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

적용 대상