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

See Also

Reference

TeamFoundationSqlResourceComponent Class

ExecuteNonQuery Overload

Microsoft.TeamFoundation.Framework.Server Namespace