MetaModel::DatabaseName Property

 

Gets the name of the database.

Namespace:   System.Data.Linq.Mapping
Assembly:  System.Data.Linq (in System.Data.Linq.dll)

public:
property String^ DatabaseName {
	virtual String^ get() abstract;
}

Property Value

Type: System::String^

The database name as a string.

.NET Framework
Available since 3.5
Windows Phone Silverlight
Available since 7.1
Return to top
Show: