EntityCommand.CommandText Proprietà

Definizione

Ottiene o imposta un'istruzione Entity SQL che specifica un comando o una stored procedure da eseguire.

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

Valore della proprietà

Istruzione Entity SQL che specifica un comando o una stored procedure da eseguire.

Si applica a