CoreOptionsExtension.WithLoggingCacheTime(TimeSpan) 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
建立與這個實例相同的所有選項的新實例,但指定選項已變更。 直接呼叫這個方法並不尋常。 請改用 DbContextOptionsBuilder 。
public virtual Microsoft.EntityFrameworkCore.Infrastructure.CoreOptionsExtension WithLoggingCacheTime (TimeSpan timeSpan);
abstract member WithLoggingCacheTime : TimeSpan -> Microsoft.EntityFrameworkCore.Infrastructure.CoreOptionsExtension
override this.WithLoggingCacheTime : TimeSpan -> Microsoft.EntityFrameworkCore.Infrastructure.CoreOptionsExtension
Public Overridable Function WithLoggingCacheTime (timeSpan As TimeSpan) As CoreOptionsExtension
參數
- timeSpan
- TimeSpan
在再次檢查之前,要略過記錄檢查的時間上限。
傳回
選項已變更的新實例。