Gets the reference to the SQLCommand that is the parent of this instance.
[Visual Basic] Public ReadOnly Property Parent As SQLCommand [C#] public SQLCommand Parent {get;} [C++] public: __property SQLCommand* get_Parent(); [JScript] public function get Parent() : SQLCommand;
The reference to the SQLCommand that is the parent of this instance.
SQLParameters Class | SQLParameters Members | System.Data.SQL Namespace