Mindscape LightSpeed - User Reference & API Documentation
BuildSql Method (singleLine)
API ReferenceMindscape.LightSpeed.QueryingQueryBuildSql(Boolean)
Builds the SQL that will be generated by this query. Requires that the EntityType property has been explicitly set.
Declaration Syntax
C#Visual Basic
[EditorBrowsableAttribute(EditorBrowsableState.Advanced)]
public string BuildSql(
	bool singleLine
)
<EditorBrowsableAttribute(EditorBrowsableState.Advanced)> _
Public Function BuildSql ( _
	singleLine As Boolean _
) As String
Parameters
singleLine (Boolean)

[Missing <param> documentation for "singleLine"]

Return Value
The SQL that will be generated by this query.

Assembly: Mindscape.LightSpeed (Module: Mindscape.LightSpeed) Version: 1.2.1393.0 (1.2.1393.0)