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

DbSelectSqlGenerator..::..SqlLinePrefix Property

Gets the SQL prefix that needs to be at the beginning of each line in the generated SQL statement. Useful in formatting nested SQL statements. This usually contains TAB characters.

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

Syntax


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

Field Value

The SQL line prefix.