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 陳述式或預存程序的參數。

適用於