Command text if defined within the model rather than mapped to a database function or procedure.

Namespace: HuagatiEDMXTools
Assembly: HuagatiEDMXTools (in HuagatiEDMXTools.dll) Version: 2.21.4044.31765

Syntax

C#
public string CommandText { get; set; }
Visual Basic
Public Property CommandText As String
	Get
	Set
Visual C++
public:
property String^ CommandText {
	String^ get ();
	void set (String^ value);
}

See Also