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