Share via


DbBatchCommand.CommandText Vlastnost

Definice

Získá nebo nastaví příkaz text, který se spustí proti zdroji dat.

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

Hodnota vlastnosti

Textový příkaz, který se má spustit. Výchozí hodnota je prázdný řetězec ("").

Platí pro