Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
For the latest version of Commerce Server 2007 Help, see the Microsoft Web site.
Returns a ShippingMethodDataSet..::.ShippingMethodRow with the specified language identifier.
Namespace: Microsoft.CommerceServer.Orders
Assembly: Microsoft.CommerceServer.Orders.CrossTierTypes (in Microsoft.CommerceServer.Orders.CrossTierTypes.dll)
Syntax
'Declaration
Public Function FindByLanguageId ( _
languageId As String _
) As ShippingMethodDataSet..::.ShippingMethodRow
'Usage
Dim instance As ShippingMethodDataSet..::.ShippingMethodDataTable
Dim languageId As String
Dim returnValue As ShippingMethodDataSet..::.ShippingMethodRow
returnValue = instance.FindByLanguageId(languageId)
public ShippingMethodDataSet..::.ShippingMethodRow FindByLanguageId(
string languageId
)
public:
ShippingMethodDataSet..::.ShippingMethodRow^ FindByLanguageId(
String^ languageId
)
public function FindByLanguageId(
languageId : String
) : ShippingMethodDataSet..::.ShippingMethodRow
Parameters
- languageId
Type: System..::.String
Language identifier for the language in which description is needed.
Return Value
Type: Microsoft.CommerceServer.Orders..::.ShippingMethodDataSet..::.ShippingMethodRow
A ShippingMethodDataSet..::.ShippingMethodRow containing the Language specified; otherwise a nullNothingnullptra null reference (Nothing in Visual Basic) value if the language does not exist in the ShippingMethodDataSet..::.ShippingMethodDataTable.
Remarks
Locates a specified ShippingMethodDataSet..::.ShippingMethodRow, identified by the language identifier specified.
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
ShippingMethodDataSet..::.ShippingMethodDataTable Class