DatabaseMapping Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
this is a structure to hold database mappings
public sealed class DatabaseMapping
type DatabaseMapping = class
Public NotInheritable Class DatabaseMapping
- Inheritance
-
DatabaseMapping
Constructors
DatabaseMapping(String, String, String) |
.ctor |
Properties
DBName |
DBName |
LoginName |
LoginName |
UserName |
UserName |
Methods
ToString() |
Override - returns "Login={0};Database={1};User={2}" |