共用方式為


IQueryingEnumerable 介面

定義

可由資料庫提供者實作實作的 IEnumerable 介面,以提供查詢字串以供偵錯之用。

資料庫提供者通常會使用這個介面, (和其他延伸模組) 。 它通常不會用於應用程式程式碼。

public interface IQueryingEnumerable
type IQueryingEnumerable = interface
Public Interface IQueryingEnumerable

備註

如需詳細資訊和範例,請參閱 實作資料庫提供者和延伸模組EF Core 查詢的運作方式

方法

ToQueryString()

所使用查詢的字串表示。

警告:此字串可能不適合直接執行,僅適用于偵錯。

適用於