TeamFoundationSqlResourceComponent.Execute Method
Internal helper that encapsulates the logic for [ExecuteReader] and [ExecuteNonQuery].
Namespace: Microsoft.TeamFoundation.Framework.Server
Assembly: Microsoft.TeamFoundation.Framework.Server (in Microsoft.TeamFoundation.Framework.Server.dll)
Syntax
'Declaration
Protected Overridable Sub Execute ( _
executeType As TeamFoundationSqlResourceComponent.ExecuteType, _
behavior As CommandBehavior _
)
protected virtual void Execute(
TeamFoundationSqlResourceComponent.ExecuteType executeType,
CommandBehavior behavior
)
protected:
virtual void Execute(
TeamFoundationSqlResourceComponent::ExecuteType executeType,
CommandBehavior behavior
)
abstract Execute :
executeType:TeamFoundationSqlResourceComponent.ExecuteType *
behavior:CommandBehavior -> unit
override Execute :
executeType:TeamFoundationSqlResourceComponent.ExecuteType *
behavior:CommandBehavior -> unit
protected function Execute(
executeType : TeamFoundationSqlResourceComponent.ExecuteType,
behavior : CommandBehavior
)
Parameters
- executeType
Type: Microsoft.TeamFoundation.Framework.Server.TeamFoundationSqlResourceComponent.ExecuteType
- behavior
Type: System.Data.CommandBehavior
.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.