GetTypedDataSetSchema Method
Returns the Xml schema for the dataset.
Namespace: Microsoft.CommerceServer.Orders
Assembly: Microsoft.CommerceServer.Orders.CrossTierTypes (in Microsoft.CommerceServer.Orders.CrossTierTypes.dll)
Syntax
'Declaration
Public Shared Function GetTypedDataSetSchema ( _
xs As XmlSchemaSet _
) As XmlSchemaComplexType
'Usage
Dim xs As XmlSchemaSet
Dim returnValue As XmlSchemaComplexType
returnValue = ShippingRatesDataSet.GetTypedDataSetSchema(xs)
public static XmlSchemaComplexType GetTypedDataSetSchema(
XmlSchemaSet xs
)
public:
static XmlSchemaComplexType^ GetTypedDataSetSchema(
XmlSchemaSet^ xs
)
public static function GetTypedDataSetSchema(
xs : XmlSchemaSet
) : XmlSchemaComplexType
Parameters
- xs
Type: System.Xml.Schema..::.XmlSchemaSet
The XML schema.
Return Value
Type: System.Xml.Schema..::.XmlSchemaComplexType
A XmlSchemaComplexType containing the XML schema.
Remarks
This type definition was generated by System.Data.Design.TypedDataSetSchemaImporterExtension schema importer extension.
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.