TeamFoundationSqlResourceComponent.ExecuteNonQuery Method
Executes the current SQL command and does not produce a result set.
Namespace: Microsoft.TeamFoundation.Framework.Server
Assembly: Microsoft.TeamFoundation.Framework.Server (in Microsoft.TeamFoundation.Framework.Server.dll)
Syntax
'Declaration
Protected Function ExecuteNonQuery As Integer
protected int ExecuteNonQuery()
protected:
int ExecuteNonQuery()
member ExecuteNonQuery : unit -> int
protected function ExecuteNonQuery() : int
Return Value
Type: System.Int32
Returns Int32.
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.