Run a search query

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

Syntax

C#
public string Search(
	string type,
	string classname,
	string query,
	string select,
	int offset
)
Visual Basic (Declaration)
Public Function Search ( _
	type As String, _
	classname As String, _
	query As String, _
	select As String, _
	offset As Integer _
) As String
Visual C++
public:
String^ Search(
	String^ type, 
	String^ classname, 
	String^ query, 
	String^ select, 
	int offset
)

Parameters

type
Type: System..::.String
Type of search (ie: property)
classname
Type: System..::.String
Class to search in
query
Type: System..::.String
Query "where clause"
select
Type: System..::.String
What fields to select
offset
Type: System..::.Int32
Offset into result

Return Value

String containing the xml response

See Also