EntityCommand.Parameters Vlastnost

Definice

Získá parametry Entity SQL příkaz nebo uložená procedura.

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

Hodnota vlastnosti

Parametry příkazu Entity SQL nebo uložené procedury.

Platí pro