DatabaseDataSet.Password Property
Gets or sets the password used when connecting to the database.
Syntax
public System.String Password { get; set; }
Property Value
Default: ""
The password used when connecting to the database.
This property can only be modified before the dataset has been initialized. Attempting to modify it after initialization will cause an exception to be thrown.
Platforms
Windows, Linux, Android