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

QueryBase..::..RawSql Property

Gets or sets the raw SQL. If this has text, then it will be executed and the query info will be ignored.

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

Syntax


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

Field Value

The raw SQL.