CM93RasterDataSet.DatabaseName Property
Gets or sets the name of the database to read.
Syntax
public System.String DatabaseName { get; set; }
Property Value
Default: ""
The database name. Use an empty string for default 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