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!

SQLParameter.Parent

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;

Property Value

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

See Also

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