NGWS SDK Documentation  

This is preliminary documentation and subject to change.
To comment on this topic, please send us email at ngwssdk@microsoft.com. Thanks!

DBCommand.cmdText

The default string to be used by the CommandText when the DBCommand is initialized.

[Visual Basic]
Protected cmdText As String
[C#]
protected string cmdText;
[C++]
protected: String* cmdText;
[JScript]
protected var cmdText : String;

See Also

DBCommand Class | DBCommand Members | System.Data.Internal Namespace