Table of Contents

Class XmlSchema.XmlSchemaWildcardNamespace

Namespace
LinqToDB.Tools.DataProvider.SqlServer.Schemas
Assembly
linq2db.Tools.dll

sys.xml_schema_wildcard_namespaces (Transact-SQL)

Applies to: √ SQL Server (all supported versions)

Returns a row per enumerated namespace for an XML schema wildcard.


See sys.xml_schema_wildcard_namespaces.

[Table(Schema = "sys", Name = "xml_schema_wildcard_namespaces", IsView = true)]
public class XmlSchema.XmlSchemaWildcardNamespace
Inheritance
XmlSchema.XmlSchemaWildcardNamespace
Extension Methods

Properties

Namespace

Name or URI of the namespace that is used by the XML wildcard.

[Column("namespace")]
[NotNull]
public string Namespace { get; set; }

Property Value

string

XmlComponentID

ID of the XML schema component (wildcard) to which this applies.

[Column("xml_component_id")]
[NotNull]
public int XmlComponentID { get; set; }

Property Value

int