DisplayServices Class

Definition

Provides a set of services for providing user-visible values for objects in the public model API.

public abstract class DisplayServices
type DisplayServices = class
Public MustInherit Class DisplayServices
Inheritance
DisplayServices

Constructors

DisplayServices()

Methods

GetDisplayName(ObjectIdentifier, EscapeStyle, Boolean)

Get display name of an identifier, with the option to configure use of full/short name and whether to escape name parts.

GetElementName(TSqlObject, ElementNameStyle)

Get element name string using different display style.

GetEscapedNameString(String)

Pass in a short name string, return back an escaped version of the name string.

Applies to