EntityCommand.Parameters 屬性

定義

取得實體 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

屬性值

實體 SQL 語句或儲存程序的參數。

適用於