TeamFoundationSqlResourceComponent.ExecuteType Enumeration

Used to indicate which SqlCommand.ExecuteXXX() call to make

Namespace:  Microsoft.TeamFoundation.Framework.Server
Assembly:  Microsoft.TeamFoundation.Framework.Server (in Microsoft.TeamFoundation.Framework.Server.dll)

Syntax

'Declaration
Protected Enumeration ExecuteType
protected enum ExecuteType
protected enum class ExecuteType
type ExecuteType
protected enum ExecuteType

Members

Member name Description
ExecuteNonQuery

ExecuteReader

ExecuteScalar

Unknown

See Also

Reference

Microsoft.TeamFoundation.Framework.Server Namespace