RingSoft.DbLookup.Controls.WPF.Properties Namespace
RingSoft.DbMaintenance Namespace

QueryResultSql..::..SqlText Property

Gets the generated SQL text.

Namespace:  RingSoft.DbLookup.DataProcessor
Assembly:  RingSoft.DbLookup (in RingSoft.DbLookup.dll)

Syntax


public string SqlText { get; set; }
Public Property SqlText As String
	Get
	Set
public:
property String^ SqlText {
	String^ get ();
	void set (String^ value);
}

Field Value

The generated SQL text.