←Select platform

CommandText Property

Summary

Gets or sets the command text to execute.

Syntax

C#
VB
C++
[DataMemberAttribute(Name="CommandText", IsRequired=true)] 
public string CommandText { get; set; } 
  
<DataMemberAttribute(Name="CommandText", IsRequired=True)> 
Public Property CommandText As String 
[DataMemberAttribute(Name="CommandText", IsRequired=true)] 
public: 
property String^ CommandText { 
   String^ get(); 
   void set (    String^ ); 
} 

Property Value

A System.String value expresses the command.

Remarks
Example

For an example, refer to DbBinaryData.

Requirements

Target Platforms

Help Version 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Services.DataContracts Assembly