Share via


NoNamespace.sqlType Field

Definition

Represents the sqlType XML attributes.

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

Field Value

Remarks

As an XML attribute, it:

  • is contained in the following XML elements: cacheField, parameter.
  • corresponds to the following strongly-typed properties: CacheField.SqlType, Parameter.SqlType.

Applies to