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!

ADOParameters.Parent

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;

Property Value

The reference to the ADOCommand that is the parent of this instance.

See Also

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