Mimer SQL Data Provider
Database Property (MimerConnectionStringBuilder)




Mimer.Data.Client Namespace > MimerConnectionStringBuilder Class : Database Property
The name of the database server to connect to. You must always specify this keyword.
Syntax
'Declaration
 
Public Property Database As String
public string Database {get; set;}
public read-write property Database: String; 
public function get,set Database : String
public: __property string* get_Database();
public: __property void set_Database( 
   string* value
);
Requirements

.NET Framework
Version 2.0 or later

See Also

Reference

MimerConnectionStringBuilder Class
MimerConnectionStringBuilder Members