Translates this version spec into a string version spec to be passed to the database.
Namespace:  Microsoft.TeamFoundation.VersionControl.Server
Assembly:  Microsoft.TeamFoundation.VersionControl.Server (in Microsoft.TeamFoundation.VersionControl.Server.dll)
Syntax
'Declaration
Public MustOverride Function ToDBString ( _
    requestContext As TeamFoundationRequestContext _
) As String
public abstract string ToDBString(
    TeamFoundationRequestContext requestContext
)
public:
virtual String^ ToDBString(
    TeamFoundationRequestContext^ requestContext
) abstract
abstract ToDBString : 
        requestContext:TeamFoundationRequestContext -> string
public abstract function ToDBString(
    requestContext : TeamFoundationRequestContext
) : String
Parameters
- requestContext
 Type: Microsoft.TeamFoundation.Framework.Server.TeamFoundationRequestContext
Return Value
Type: System.String
Version specification as a string.
.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.