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 语句或存储过程的参数。

适用于