WarningsConfigurationBuilder.Ignore(CoreEventId[]) 메서드

정의

지정된 코어 경고가 생성될 때 아무 일도 발생하지 않습니다. 데이터베이스 공급자(및 기타 확장)는 생성되는 경고에 대해 이 동작을 구성하기 위해 이 메서드의 확장 메서드 오버로드를 제공할 수 있습니다.

public virtual Microsoft.EntityFrameworkCore.Infrastructure.WarningsConfigurationBuilder Ignore (params Microsoft.EntityFrameworkCore.Infrastructure.CoreEventId[] coreEventIds);
abstract member Ignore : Microsoft.EntityFrameworkCore.Infrastructure.CoreEventId[] -> Microsoft.EntityFrameworkCore.Infrastructure.WarningsConfigurationBuilder
override this.Ignore : Microsoft.EntityFrameworkCore.Infrastructure.CoreEventId[] -> Microsoft.EntityFrameworkCore.Infrastructure.WarningsConfigurationBuilder
Public Overridable Function Ignore (ParamArray coreEventIds As CoreEventId()) As WarningsConfigurationBuilder

매개 변수

coreEventIds
CoreEventId[]

CoreEventId경고에 대한 입니다.

반환

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

적용 대상