Command.CommandText Property

Definition

Access the command string.

public:
 property System::String ^ CommandText { System::String ^ get(); };
public:
 property Platform::String ^ CommandText { Platform::String ^ get(); };
public string CommandText { get; }
member this.CommandText : string
Public ReadOnly Property CommandText As String

Property Value

The command name, if IsScript is false; otherwise; the script contents

Applies to