FindByMaxLimit Method
Returns the ShippingRatesDataSet..::.ShippingRatesRow with the specified Maximum limit.
Namespace: Microsoft.CommerceServer.Orders
Assembly: Microsoft.CommerceServer.Orders.CrossTierTypes (in Microsoft.CommerceServer.Orders.CrossTierTypes.dll)
Syntax
'Declaration
Public Function FindByMaxLimit ( _
MaxLimit As Double _
) As ShippingRatesDataSet..::.ShippingRatesRow
'Usage
Dim instance As ShippingRatesDataSet..::.ShippingRatesDataTable
Dim MaxLimit As Double
Dim returnValue As ShippingRatesDataSet..::.ShippingRatesRow
returnValue = instance.FindByMaxLimit(MaxLimit)
public ShippingRatesDataSet..::.ShippingRatesRow FindByMaxLimit(
double MaxLimit
)
public:
ShippingRatesDataSet..::.ShippingRatesRow^ FindByMaxLimit(
double MaxLimit
)
public function FindByMaxLimit(
MaxLimit : double
) : ShippingRatesDataSet..::.ShippingRatesRow
Parameters
- MaxLimit
Type: System..::.Double
The maximum limit to locate.
Return Value
Type: Microsoft.CommerceServer.Orders..::.ShippingRatesDataSet..::.ShippingRatesRow
The ShippingRatesDataSet..::.ShippingRatesRow with the specified Maximum limit.
Remarks
Returns the ShippingRatesDataSet..::.ShippingRatesRow with the specified Maximum limit.
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.
See Also
Reference
ShippingRatesDataSet..::.ShippingRatesDataTable Class