SqlSelectEntry ToSqlQuery Method (Boolean, Boolean)A Sandcastle Documented Class Library
Returns an SqlQueryObj the represents this select entry object.

Namespace: P4s3FilterTools
Assembly: P4s3FilterTools (in P4s3FilterTools.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax

public SqlQuery ToSqlQuery(
	bool withAlias,
	bool withConn
)

Parameters

withAlias
Type: System Boolean
withConn
Type: System Boolean

Return Value

Type: SqlQuery
See Also