EntityCommand.Connection 속성

정의

EntityConnection에서 사용되는 EntityCommand을 가져오거나 설정합니다.

public:
 property System::Data::EntityClient::EntityConnection ^ Connection { System::Data::EntityClient::EntityConnection ^ get(); void set(System::Data::EntityClient::EntityConnection ^ value); };
public System.Data.EntityClient.EntityConnection Connection { get; set; }
member this.Connection : System.Data.EntityClient.EntityConnection with get, set
Public Property Connection As EntityConnection

속성 값

엔터티 명령에 사용된 연결입니다.

적용 대상