DoGetBasketAsDataSet Method
Returns the DataSet for the basket that matches the specified order group identifier.
Namespace: Microsoft.CommerceServer.Orders
Assembly: Microsoft.CommerceServer.Orders.CrossTierTypes (in Microsoft.CommerceServer.Orders.CrossTierTypes.dll)
Syntax
'Declaration
Protected Function DoGetBasketAsDataSet ( _
orderGroupId As Guid _
) As DataSet
'Usage
Dim orderGroupId As Guid
Dim returnValue As DataSet
returnValue = Me.DoGetBasketAsDataSet(orderGroupId)
protected DataSet DoGetBasketAsDataSet(
Guid orderGroupId
)
protected:
DataSet^ DoGetBasketAsDataSet(
Guid orderGroupId
)
protected function DoGetBasketAsDataSet(
orderGroupId : Guid
) : DataSet
Parameters
- orderGroupId
Type: System..::.Guid
The order group identifier for the desired basket.
Return Value
Type: System.Data..::.DataSet
A DataSet for the basket that matches the specified order group identifier.
Remarks
Returns the DataSet for the basket that matches the specified order group identifier.
Permissions
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.