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.Execute ()

Executes the CommandText against the ActiveConnection. This is the default method.

[Visual Basic]
Overloads Overrides Public Function Execute() As Integer
[C#]
public override int Execute();
[C++]
public: override int Execute();
[JScript]
public override function Execute() : int;

See Also

SQLCommand Class | SQLCommand Members | System.Data.SQL Namespace | SQLCommand.Execute Overload List