Gets the expanded select command text by replacing named parameters with their formatted values.

Namespace: Simol
Assembly: Simol (in Simol.dll) Version: 1.0.0.0

Syntax

C#
public string ExpandedCommandText { get; }
Visual Basic
Public ReadOnly Property ExpandedCommandText As String
	Get
Visual C++
public:
property String^ ExpandedCommandText {
	String^ get ();
}

Field Value

The expanded command text.

Return Value

The expanded command text

Remarks

This property may only be invoked after the comment is executed with SimolClient.

See Also