DoGetDetailedTypeInformation Method

Returns a DataSet containing information about runtime types.

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

Syntax

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

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

Parameters

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

Return Value

Type: System.Data..::.DataSet
A DataSet containing information about runtime types.

Remarks

The input parameter is trimmed and the comparison is not case sensitive.

Permissions

See Also

Reference

OrderServices Class

OrderServices Members

Microsoft.CommerceServer.Orders Namespace