DbBatchCommand.CommandText Właściwość

Definicja

Pobiera lub ustawia polecenie tekstowe do uruchomienia względem źródła danych.

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

Wartość właściwości

Polecenie tekstowe do wykonania. Wartością domyślną jest ciąg pusty ("").

Dotyczy