다음을 통해 공유


EntityCommand.Parameters 속성

정의

Entity SQL 문이나 저장 프로시저의 매개 변수를 가져옵니다.

public:
 property System::Data::EntityClient::EntityParameterCollection ^ Parameters { System::Data::EntityClient::EntityParameterCollection ^ get(); };
public System.Data.EntityClient.EntityParameterCollection Parameters { get; }
member this.Parameters : System.Data.EntityClient.EntityParameterCollection
Public ReadOnly Property Parameters As EntityParameterCollection

속성 값

Entity SQL 문 또는 저장 프로시저의 매개 변수입니다.

적용 대상