Share via


NoNamespace.denormalized Field

Definition

Represents the denormalized XML attribute.

public static readonly System.Xml.Linq.XName denormalized;
 staticval mutable denormalized : System.Xml.Linq.XName
Public Shared ReadOnly denormalized As XName 

Field Value

Remarks

As an XML attribute, it:

  • is contained in the following XML elements: xmlColumnPr.
  • corresponds to the following strongly-typed properties: XmlColumnProperties.Denormalized.

Applies to