EntityConnection.StoreConnection プロパティ

定義

EntityConnection オブジェクトで使用される、基になるデータ ソース接続へのアクセスを提供します。

public virtual System.Data.Common.DbConnection StoreConnection { get; }
member this.StoreConnection : System.Data.Common.DbConnection
Public Overridable ReadOnly Property StoreConnection As DbConnection

プロパティ値

データ ソース接続の DbConnection

適用対象