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

DbSelectSqlGenerator..::..FormatSqlObject Method

Formats the SQL object.

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

Syntax


public string FormatSqlObject(
	string sqlObject
)
Public Function FormatSqlObject ( _
	sqlObject As String _
) As String
public:
String^ FormatSqlObject(
	String^ sqlObject
)

Parameters

sqlObject
Type: String
The SQL object.

Return Value

System.String.