Compiles, binds, and executes a SQL SELECT statement, then fetches the rows of the result set and populates a table window with them.

Namespace: PPJ.Runtime
Assembly: PPJ.Runtime.2 (in PPJ.Runtime.2.dll) Version: 2.0.1044.0 (2.0.1044.5276)

Syntax

C#
public SalBoolean Populate(
	SalSqlHandle hSql,
	SalString sSelect,
	SalNumber nMethod
)

Return Value

See Also