DataProvider.ShortDisplayName Property

Retrieves the short form of the display name.

Namespace:  Microsoft.VisualStudio.Data
Assembly:  Microsoft.VisualStudio.Data (in Microsoft.VisualStudio.Data.dll)

Syntax

Public MustOverride ReadOnly Property ShortDisplayName As String

Dim instance As DataProvider
Dim value As String

value = instance.ShortDisplayName
public abstract string ShortDisplayName { get; }
public:
virtual property String^ ShortDisplayName {
    String^ get () abstract;
}
public abstract function get ShortDisplayName () : String

Property Value

Type: System.String

Returns a string representing the short form of the display name.

Remarks

An example of "short form" would be using "SqlClient" to represent the full form .NET Framework Data Provider for SQL Server."

Permissions

See Also

Reference

DataProvider Class

DataProvider Members

Microsoft.VisualStudio.Data Namespace