다음을 통해 공유


FluentApiCodeFragment.Chain(FluentApiCodeFragment) 메서드

정의

이 메서드에서 다른 메서드로 메서드 체인을 만듭니다.

public virtual Microsoft.EntityFrameworkCore.Design.FluentApiCodeFragment Chain (Microsoft.EntityFrameworkCore.Design.FluentApiCodeFragment call);
abstract member Chain : Microsoft.EntityFrameworkCore.Design.FluentApiCodeFragment -> Microsoft.EntityFrameworkCore.Design.FluentApiCodeFragment
override this.Chain : Microsoft.EntityFrameworkCore.Design.FluentApiCodeFragment -> Microsoft.EntityFrameworkCore.Design.FluentApiCodeFragment
Public Overridable Function Chain (call As FluentApiCodeFragment) As FluentApiCodeFragment

매개 변수

call
FluentApiCodeFragment

다음 메서드입니다.

반환

메서드 체인을 나타내는 새 조각입니다.

적용 대상