Share via


NoNamespace.commandType Field

Definition

Represents the commandType XML attribute.

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

Field Value

Remarks

As an XML attribute, it:

  • is contained in the following XML elements: dbPr.
  • corresponds to the following strongly-typed properties: DatabaseProperties.CommandType.

Applies to