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