←Select platform

GetTypedTableSchema Method

Summary

Gets the complexType element from XML Schema as specified by the World Wide Web Consortium.

Syntax

C#
C++/CLI
[DebuggerNonUserCodeAttribute()] 
[GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", 
   "17.0.0.0")] 
public static XmlSchemaComplexType GetTypedTableSchema( 
   XmlSchemaSet xs 
) 
public:  
   [DebuggerNonUserCodeAttribute] 
   [GeneratedCodeAttribute(L"System.Data.Design.TypedDataSetGenerator", 
      L"17.0.0.0")] 
   static XmlSchemaComplexType^ GetTypedTableSchema( 
      XmlSchemaSet^ xs 
   ) 

Parameters

xs

The XmlSchemaSet that contains a cache of XML Schema definition language (XSD) schema.

Return Value

A XmlSchemaComplexType represnting the complexType element from XML Schema.

Remarks

The returned XmlSchemaComplexType represents the complexType element from XML Schema as specified by the World Wide Web Consortium (W3C) https://www.w3.org/standards/.

The complex type determines the set of attributes and content of an element.

Requirements

Target Platforms

See Also

VerifyingObserverSequenceDataTable Class

VerifyingObserverSequenceDataTable Members

Leadtools.Medical.Storage.DataAccessLayer Namespace

Help Version 23.0.2024.5.1
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2024 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Medical.Storage.DataAccessLayer Assembly

Products | Support | Contact Us | Intellectual Property Notices
© 1991-2023 LEAD Technologies, Inc. All Rights Reserved.