Gets the reference to the Object that is the parent of this instance.
[Visual Basic] ReadOnly Property Parent As Object [C#] object Parent {get;} [C++] Object* get_Parent() = 0; [JScript] abstract function get Parent() : Object;
The reference to the Object that is the parent of this instance.
IDataParameters Interface | IDataParameters Members | System.Data.Internal Namespace