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

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

Syntax


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

Parameters

OwnerForm
Type: Form
FilterSQL
Type: String
PretypedKeys
Type: String
ShowQuantityInSearchResults
Type: Boolean
ShowSSCMatrixInSearch
Type: Boolean