Share via


DbCommand.Text Property

Definition

text, this property is only available in Office 2013 and later.

Represents the following attribute in the schema: text

[DocumentFormat.OpenXml.SchemaAttr(0, "text")]
public DocumentFormat.OpenXml.StringValue Text { get; set; }
public DocumentFormat.OpenXml.StringValue Text { get; set; }
[DocumentFormat.OpenXml.SchemaAttr(0, "text")]
public DocumentFormat.OpenXml.StringValue? Text { get; set; }
[DocumentFormat.OpenXml.SchemaAttr("text")]
public DocumentFormat.OpenXml.StringValue? Text { get; set; }
public DocumentFormat.OpenXml.StringValue? Text { get; set; }
member this.Text : DocumentFormat.OpenXml.StringValue with get, set
[<DocumentFormat.OpenXml.SchemaAttr(0, "text")>]
member this.Text : DocumentFormat.OpenXml.StringValue with get, set
[<DocumentFormat.OpenXml.SchemaAttr("text")>]
member this.Text : DocumentFormat.OpenXml.StringValue with get, set
Public Property Text As StringValue

Property Value

Attributes

Applies to