GetDetailedTypeInformation Method
Returns a data set containing information about runtime types.
Namespace: Microsoft.CommerceServer.Orders
Assembly: Microsoft.CommerceServer.Orders.CrossTierTypes (in Microsoft.CommerceServer.Orders.CrossTierTypes.dll)
Syntax
'Declaration
Public Function GetDetailedTypeInformation ( _
languageId As String _
) As DataSet
'Usage
Dim instance As OrderManagementContext
Dim languageId As String
Dim returnValue As DataSet
returnValue = instance.GetDetailedTypeInformation(languageId)
public DataSet GetDetailedTypeInformation(
string languageId
)
public:
DataSet^ GetDetailedTypeInformation(
String^ languageId
)
public function GetDetailedTypeInformation(
languageId : String
) : DataSet
Parameters
- languageId
Type: System..::.String
The language in which to display the type names.
Return Value
Type: System.Data..::.DataSet
A DataSet containing information about runtime types.
Remarks
This method delegates the call to DoGetDetailedTypeInformation
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.