Builds the SQL that will be generated by this query. Requires that the EntityType property has been explicitly set.

Namespace:  Mindscape.LightSpeed.Querying
Assembly:  Mindscape.LightSpeed (in Mindscape.LightSpeed.dll)
Version: 4.0.0.0 (4.0.0.0)

Syntax

C#
[EditorBrowsableAttribute(EditorBrowsableState.Advanced)]
public string BuildSql(
	bool singleLine
)
Visual Basic (Declaration)
<EditorBrowsableAttribute(EditorBrowsableState.Advanced)> _
Public Function BuildSql ( _
	singleLine As Boolean _
) As String

Parameters

singleLine
Type: System..::.Boolean
If true, creates the SQL statement as a single line. If false, the SQL statement may include newlines and spacing for readability.

Return Value

The SQL that will be generated by this query.

See Also