Inventory..::..MultiSelectSearch Method (LogicalWarehouse, Form, String, String, Boolean, Boolean)

Namespace:  JiwaFinancials.Jiwa.JiwaApplication.Entities.Inventory
Assembly:  JiwaApplication (in JiwaApplication.dll)

Syntax


public static List<Inventory> MultiSelectSearch(
	LogicalWarehouse LogicalWarehouse,
	Form OwnerForm,
	string FilterSQL,
	string PreTypedKeys,
	bool ShowQuantityInSearchResults,
	bool ShowSSCMatrixInSearch
)
Public Shared Function MultiSelectSearch ( _
	LogicalWarehouse As LogicalWarehouse, _
	OwnerForm As Form, _
	FilterSQL As String, _
	PreTypedKeys As String, _
	ShowQuantityInSearchResults As Boolean, _
	ShowSSCMatrixInSearch As Boolean _
) As List(Of Inventory)
public:
static List<Inventory^>^ MultiSelectSearch(
	LogicalWarehouse^ LogicalWarehouse, 
	Form^ OwnerForm, 
	String^ FilterSQL, 
	String^ PreTypedKeys, 
	bool^ ShowQuantityInSearchResults, 
	bool^ ShowSSCMatrixInSearch
)

Parameters

LogicalWarehouse
Type: JiwaFinancials.Jiwa.JiwaApplication.Inventory.Warehouse..::..LogicalWarehouse
OwnerForm
Type: Form
FilterSQL
Type: String
PreTypedKeys
Type: String
ShowQuantityInSearchResults
Type: Boolean
ShowSSCMatrixInSearch
Type: Boolean