Share via


DatabaseData.Name Property

Gets the name for the represented database.

Namespace:  Microsoft.Practices.EnterpriseLibrary.Data.Configuration
Assembly:  Microsoft.Practices.EnterpriseLibrary.Data (in Microsoft.Practices.EnterpriseLibrary.Data.dll)

Syntax

'Declaration
Public ReadOnly Property Name As String
public string Name { get; }
public:
property String^ Name {
    String^ get ();
}
public function get Name () : String

See Also

DatabaseData Class

Microsoft.Practices.EnterpriseLibrary.Data.Configuration Namespace