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