ObjectQuery.CommandText Property

Definition

Returns the command text for the query.

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

Property Value

A string value.

Applies to