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!

SQLCommand.GetActiveConnectionObject

[To be supplied.]

[Visual Basic]
Overrides Protected Function GetActiveConnectionObject() As _
   DBConnection
[C#]
protected override DBConnection GetActiveConnectionObject();
[C++]
protected: override DBConnection* GetActiveConnectionObject();
[JScript]
protected override function GetActiveConnectionObject() :
   DBConnection;

See Also

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