Click or drag to resize
OrderItemInfoProviderGetDonationsInternal Method
Returns dataset of order items representing donation products matching given where condition along with related order, customer and SKU information.

Namespace: CMS.Ecommerce
Assembly: CMS.Ecommerce (in CMS.Ecommerce.dll) Version: 9.0.0
Syntax
C#
protected virtual InfoDataSet<OrderItemInfo> GetDonationsInternal(
	string where,
	string orderBy,
	int topN,
	string columns
)

Parameters

where
Type: SystemString
Where condition
orderBy
Type: SystemString
Order by
topN
Type: SystemInt32
Top N
columns
Type: SystemString
Columns

Return Value

Type: InfoDataSetOrderItemInfo
See Also