Request..::..Search Method (LogicalWarehouse, Form, String)

Searches the specified warehouse.

Namespace:  JiwaFinancials.Jiwa.JiwaSupplierReturns.Entities.Request
Assembly:  JiwaSupplierReturns (in JiwaSupplierReturns.dll)

Syntax


public void Search(
	LogicalWarehouse Warehouse,
	Form OwnerForm,
	string FilterSQL
)
Public Sub Search ( _
	Warehouse As LogicalWarehouse, _
	OwnerForm As Form, _
	FilterSQL As String _
)
public:
void Search(
	LogicalWarehouse^ Warehouse, 
	Form^ OwnerForm, 
	String^ FilterSQL
)

Parameters

Warehouse
Type: JiwaFinancials.Jiwa.JiwaApplication.Inventory.Warehouse..::..LogicalWarehouse
The warehouse.
OwnerForm
Type: Form
The owner form.
FilterSQL
Type: String
The filter SQL.