Sets query id and loads query information from the database

Namespace:  HS.Sys.TheEnterprise.Common.Wrecks
Assembly:  Wrecks (in Wrecks.dll) Version: 1.0.0.0 (1.0.0.0)

Syntax

C#
public void LoadQuery(
	int queryID
)
Visual Basic (Declaration)
Public Sub LoadQuery ( _
	queryID As Integer _
)
Visual C++
public:
void LoadQuery(
	int queryID
)

Parameters

queryID
Type: System..::.Int32
ID of the rets query

See Also