DoGetPurchaseOrderSearchableProperties Method

Returns a DataSet containing the list of properties that are searchable for a purchase order search.

Namespace:  Microsoft.CommerceServer.Orders
Assembly:  Microsoft.CommerceServer.Orders.CrossTierTypes (in Microsoft.CommerceServer.Orders.CrossTierTypes.dll)

Syntax

'Declaration
Protected Function DoGetPurchaseOrderSearchableProperties ( _
    languageId As String _
) As DataSet
'Usage
Dim languageId As String
Dim returnValue As DataSet

returnValue = Me.DoGetPurchaseOrderSearchableProperties(languageId)
protected DataSet DoGetPurchaseOrderSearchableProperties(
    string languageId
)
protected:
DataSet^ DoGetPurchaseOrderSearchableProperties(
    String^ languageId
)
protected function DoGetPurchaseOrderSearchableProperties(
    languageId : String
) : DataSet

Parameters

  • languageId
    Type: System..::.String
    Desired language in which to display the property names.

Return Value

Type: System.Data..::.DataSet
A DataSet containing the list of properties that are searchable for a purchase order search.

Remarks

The input parameter is trimmed and the comparison is case insensitive.

Permissions

See Also

Reference

OrderServices Class

OrderServices Members

Microsoft.CommerceServer.Orders Namespace