Gets or sets the command text.
Namespace: SimolAssembly: Simol (in Simol.dll) Version: 1.0.0.0
Syntax
C# |
---|
public string CommandText { get; private set; } |
Visual Basic |
---|
Public Property CommandText As String Get Private Set |
Visual C++ |
---|
public: property String^ CommandText { String^ get (); private: void set (String^ value); } |