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;
DBCommand Class | DBCommand Members | System.Data.Internal Namespace