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