EntityConnection.CreateCommand 메서드

정의

EntityCommand의 새 인스턴스를 만들고 Connection을 이 EntityConnection으로 설정합니다.

public:
 System::Data::EntityClient::EntityCommand ^ CreateCommand();
public System.Data.EntityClient.EntityCommand CreateCommand ();
override this.CreateCommand : unit -> System.Data.EntityClient.EntityCommand
Public Function CreateCommand () As EntityCommand

반환

EntityCommand 개체입니다.

예외

기본 데이터 공급자의 이름을 알 수 없는 경우

적용 대상