EntityCommand.CommandText Propriedade

Definição

Obtém ou define uma instrução de Entity SQL que especifica um comando ou procedimento armazenado a ser executado.

public:
 virtual property System::String ^ CommandText { System::String ^ get(); void set(System::String ^ value); };
public override string CommandText { get; set; }
member this.CommandText : string with get, set
Public Overrides Property CommandText As String

Valor da propriedade

A instrução de Entity SQL que especifica um comando ou procedimento armazenado a ser executado.

Aplica-se a