In This Topic
The database name.
Syntax
'Declaration
<CanBeNullAttribute()>
Public Property DatabaseName As String
[CanBeNull()]
public string DatabaseName {get; set;}
[CanBeNull()]
public:
property String^ DatabaseName {
String^ get();
void set ( String^ value);
}
See Also