GetProductsByCategory Method (categoryId, sortExpression)

Design Pattern Framework 3.5

Design Pattern Framework 3.5 GetProductsByCategory Method (categoryId, sortExpression)
Patterns-In-Action! ApplicationDataObjects.AdoNet.OracleOracleProductDaoGetProductsByCategory(Int32, String)
Gets a list of products for a given category. Stubbed.
Declaration Syntax
C# Visual Basic
public IList<Product> GetProductsByCategory(
	int categoryId,
	string sortExpression
)
Public Function GetProductsByCategory ( _
	categoryId As Integer, _
	sortExpression As String _
) As IList(Of Product)
Parameters
categoryId (Int32)
Unique category identifier.
sortExpression (String)
Sort order.
Return Value
Sorted product list.

Assembly: DataObjects (Module: DataObjects) Version: 1.0.0.0 (1.0.0.0)