Click or drag to resize
OrderItemInfoProviderGetDonations 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#
public static InfoDataSet<OrderItemInfo> GetDonations(
	string where,
	string orderBy = null,
	int topN = -1,
	string columns = null
)

Parameters

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

Return Value

Type: InfoDataSetOrderItemInfo
See Also