Share via


OrderContext.GetShippingMethods (String, String, String[]) Method (BCL)

Use this method to get the list of configured shipping methods as specified by the input parameters.

Definition

[Visual Basic .NET]

Public Function GetShippingMethods( _ByValsqlFilter As System.String, _
  ByValorderBy As System.String _
  ByValcolumnsToReturnAs System.String[] _
) As System.Data.Dataset

[C#]

public System.Data.Dataset GetShippingMethods(System.StringsqlFilter,
  System.StringorderBySystem.String[]columnsToReturn);

Parameters

[Visual Basic .NET]

  • sqlFilter
    The SQL WHERE clause to apply. Can be null.
  • orderBy
    The SQL ORDER BY clause to apply. Can be null.
  • columnsToReturn
    The list of columns to return. Can be an empty array but cannot be null.

[C#]

  • sqlFilter
    The SQL WHERE clause to apply. Can be null.
  • orderBy
    The SQL ORDER BY clause to apply. Can be null.
  • columnsToReturn
    The list of columns to return. Can be an empty array but cannot be null.

Return Value

The data set containing a data table containing the requested information about the required shipping methods.

Requirements

Namespace: Microsoft.CommerceServer.Runtime.Orders

Platforms: Windows 2000, Windows Server 2003

Assembly: Microsoft.CommerceServer.Runtime.dll

See Also

Example Code for the Microsoft.CommerceServer.Runtime.Orders Namespace

Copyright © 2005 Microsoft Corporation.
All rights reserved.