Share via


DbBatchCommand.CommandText Proprietà

Definizione

Ottiene o imposta il comando di testo da eseguire sull'origine dati.

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

Valore della proprietà

Comando di testo da eseguire. Il valore predefinito è una stringa vuota ("").

Si applica a