MySqlDataSet.MySqlDataSet Constructors
Initializes a new instance of the MySqlDataSet class.
Overload List
Name | Description | |
---|---|---|
Public method | MySqlDataSet(System.String connectionString, System.String table) | Initializes a new instance of the MySqlDataSet class with the given connection string and database table name. |
Public method | MySqlDataSet(Crs crs, System.String connectionString, System.String table, System.String user, System.String password) | Initializes a new instance of the MySqlDataSet class with the given coordinate reference system, connection string, database table name, username and password. |
MySqlDataSet(System.String connectionString, System.String table)
Initializes a new instance of the MySqlDataSet class with the given connection string and database table name.Syntax
public MySqlDataSet (
System.String connectionString,
System.String table
)
Parameters
connectionString
Type: System.String
The connection string includes the server and database name in the format "<server name>@<database name>".
The connection string includes the server and database name in the format "<server name>@<database name>".
table
Type: System.String
The name of the database table that the dataset should read from.
The name of the database table that the dataset should read from.
MySqlDataSet(Crs crs, System.String connectionString, System.String table, System.String user, System.String password)
Initializes a new instance of the MySqlDataSet class with the given coordinate reference system, connection string, database table name, username and password.Syntax
public MySqlDataSet (
Crs crs,
System.String connectionString,
System.String table,
System.String user,
System.String password
)
Parameters
crs
Type: Crs
The coordinate reference system the data is stored in.
The coordinate reference system the data is stored in.
connectionString
Type: System.String
The connection string includes the server and database name in the format "<server name>@<database name>".
The connection string includes the server and database name in the format "<server name>@<database name>".
table
Type: System.String
The name of the database table that the dataset should read from.
The name of the database table that the dataset should read from.
user
Type: System.String
The username used to connect to the database.
The username used to connect to the database.
password
Type: System.String
The password used to connect to the database.
The password used to connect to the database.
Platforms
Windows, Linux, Android