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

DataProcessResult..::..ProcessedSqlStatement Property

Gets the processed SQL statement.

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

Syntax


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

Field Value

The processed SQL statement.