NGWS SDK Documentation  

This is preliminary documentation and subject to change.
To comment on this topic, please send us email at ngwssdk@microsoft.com. Thanks!

ADOParameter.Parent

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;

Property Value

The reference to the ADOParameters collection that is the parent of this instance.

See Also

ADOParameter Class | ADOParameter Members | System.Data.ADO Namespace