Constructor

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

Syntax

C#
public RetsQuery(
	string masterMlsConnStr,
	string masterMlsImportConnStr
)
Visual Basic (Declaration)
Public Sub New ( _
	masterMlsConnStr As String, _
	masterMlsImportConnStr As String _
)
Visual C++
public:
RetsQuery(
	String^ masterMlsConnStr, 
	String^ masterMlsImportConnStr
)

Parameters

masterMlsConnStr
Type: System..::.String
Connection string to use
masterMlsImportConnStr
Type: System..::.String
Connection string to use

See Also