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

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

- singleLine (Boolean)
[Missing <param> documentation for "singleLine"]

The SQL that will be generated by this query.