DatabaseDataSet.User Property
Gets or sets the name of the user that is used when connecting to the database.
Syntax
public System.String User { get; set; }
Property Value
Default: ""
The name of the user that is 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