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!

SQLParameters.Parent

Gets the reference to the SQLCommand that is the parent of this instance.

[Visual Basic]
Public ReadOnly Property Parent As SQLCommand
[C#]
public SQLCommand Parent {get;}
[C++]
public: __property SQLCommand* get_Parent();
[JScript]
public function get Parent() : SQLCommand;

Property Value

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

See Also

SQLParameters Class | SQLParameters Members | System.Data.SQL Namespace