ModelConnection.CommandText Property

Definition

Returns or sets the command string for the specified data source. Object (object in C#) Read/Write

public:
 property System::Object ^ CommandText { System::Object ^ get(); void set(System::Object ^ value); };
public object CommandText { get; set; }
Public Property CommandText As Object

Property Value

Remarks

This is either a table name (of a model table) or a DAX expression evaluating to a table.

Applies to