← Back to carmenta.com
Carmenta Engine SDK Documentation
×

SqlServerDataSet.SqlServerDataSet Constructors

Initializes a new instance of the SqlServerDataSet class.

Overload List

 NameDescription
Public methodSqlServerDataSet(System.String connectionString, System.String table)Initializes a new instance of the SqlServerDataSet class with the given connection string and database table name.
Public methodSqlServerDataSet(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

C#
public SqlServerDataSet (
    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>".
table
Type: System.String
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

C#
public SqlServerDataSet (
    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.
connectionString
Type: System.String
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.
user
Type: System.String
The username used to connect to the database.
password
Type: System.String
The password used to connect to the database.

Platforms

Windows, Linux, Android

By accessing the information on this site you accept our terms and conditions and privacy policy.
This site uses cookies to enhance your experience and provide additional functionality.

Accept