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

.NET Framework Security

See Also

Reference

TeamFoundationSqlResourceComponent Class

Microsoft.TeamFoundation.Framework.Server Namespace