System.Data.EntityClient 命名空間

System.Data.EntityClient 命名空間為 Entity Framework 的 .NET Framework 資料提供者。

類別

EntityCommand

代表概念層的命令。

EntityConnection

包含概念模型的參考和資料來源連接。 此類別無法獲得繼承。

EntityConnectionStringBuilder

提供簡單的方式來建立和管理 EntityClient 所使用的連接字串內容。

EntityDataReader

從資料來源讀取順向的資料流。

EntityParameter

代表用於 EntityCommand 中的參數。

EntityParameterCollection

表示與 EntityCommand 相關聯之參數的集合。

EntityProviderFactory

表示用於建立資料來源類別 (class) 之提供者 (Provider) 實作 (Implementation) 執行個體的一組方法。

EntityTransaction

指定 EntityCommand 的交易。

備註

提供者 EntityClient 會使用儲存體特定的 ADO.NET 資料提供者類別和對應中繼資料來與實體資料模型互動。 EntityClient 會將在概念實體上執行的作業轉譯為在實體資料來源上執行的作業。 EntityClient 會將從實體資料來源傳回的結果集轉譯為概念實體。

注意

如需如何在 Entity Framework 應用程式中使用此命名空間的詳細資訊,請參閱 ADO.NET Entity Framework

另請參閱