DBPath Class

Helper class for converting user paths into SQL paths.

Inheritance Hierarchy

System.Object
  Microsoft.TeamFoundation.Framework.Server.DBPath

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

Syntax

'Declaration
Public NotInheritable Class DBPath
public static class DBPath
public ref class DBPath abstract sealed
[<AbstractClass>]
[<Sealed>]
type DBPath =  class end
public final class DBPath

Methods

  Name Description
Public methodStatic member DatabaseToUserPath(String)
Public methodStatic member DatabaseToUserPath(String, Boolean)
Public methodStatic member DatabaseToUserPath(String, Boolean, Boolean)
Public methodStatic member UserToDatabasePath(String)
Public methodStatic member UserToDatabasePath(String, Boolean)
Public methodStatic member UserToDatabasePath(String, Boolean, Boolean)

Top

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

See Also

Reference

Microsoft.TeamFoundation.Framework.Server Namespace