| XConnectionDef Class | 
 Inheritance Hierarchy
Inheritance HierarchyNamespace: Biolomics.BioCallback
 Syntax
SyntaxThe XConnectionDef type exposes the following members.
 Constructors
Constructors| Name | Description | |
|---|---|---|
|  | XConnectionDef(TConnectionDef) | 
 Initializes a new instance of the XConnectionDef class.
  | 
|  | XConnectionDef(XConnectionDef) | 
 Initializes a new instance of the XConnectionDef class.
  | 
 Properties
Properties| Name | Description | |
|---|---|---|
|  | ConnectionDef | 
 Gets the connection definition.
  | 
|  | DatabaseName | 
 Gets the name of the database.
  | 
|  | DBType | 
 Gets the type of the database.
  | 
|  | IpAddress | 
 Gets the ip address of the server.
  | 
|  | Port | 
 Gets the port to use for connection.
  | 
|  | RootName | 
 Gets the name of the root user.
  | 
|  | UserName | 
 Gets the name of the user.
  | 
 Methods
Methods| Name | Description | |
|---|---|---|
|  | Clone | 
 Clones this instance.
  | 
|  | Equals | Determines whether the specified object is equal to the current object.(Inherited from Object.) | 
|  | Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.(Inherited from Object.) | 
|  | GetHashCode | Serves as the default hash function. (Inherited from Object.) | 
|  | GetType | Gets the Type of the current instance.(Inherited from Object.) | 
|  | MemberwiseClone | Creates a shallow copy of the current Object.(Inherited from Object.) | 
|  | ToString | 
 Returns a String that represents this ConnectionDef.
 (Overrides ObjectToString.) | 
 Operators
Operators| Name | Description | |
|---|---|---|
|   | Equality | 
  Checks if connection definitions are equal
  | 
|   | Inequality | 
 Checks if connection definitions are different
  | 
 See Also
See Also