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