GetDetailedTypeInformation Method
Returns a DataSet containing information about runtime types. All the information required for this dataset comes from the schema mapping.
Namespace: Microsoft.CommerceServer.Orders.WebService
Assembly: Microsoft.CommerceServer.Orders.DataManagement (in Microsoft.CommerceServer.Orders.DataManagement.dll)
Syntax
'Declaration
<WebMethodAttribute> _
Public Overridable Function GetDetailedTypeInformation ( _
languageId As String _
) As DataSet
'Usage
Dim instance As OrdersWebService
Dim languageId As String
Dim returnValue As DataSet
returnValue = instance.GetDetailedTypeInformation(languageId)
[WebMethodAttribute]
public virtual DataSet GetDetailedTypeInformation(
string languageId
)
[WebMethodAttribute]
public:
virtual DataSet^ GetDetailedTypeInformation(
String^ languageId
)
public function GetDetailedTypeInformation(
languageId : String
) : DataSet
Parameters
- languageId
Type: System..::.String
Language in which client wants the display names.
Return Value
Type: System.Data..::.DataSet
A DataSet containing type information for runtime system objects.
Remarks
Returns a DataSet containing type information for runtime system objects. The input parameter will be trimmed and the comparison will be a case insensitive.
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.