Click or drag to resize

ConnectionString Methods

The ConnectionString type exposes the following members.

Methods
  NameDescription
Public methodClone
Clones a readonly copy of this connection string
Public methodEquals (Inherited from Object.)
Protected methodFinalize (Inherited from Object.)
Public methodCode exampleGetComponent
Get an individual component part of the connection string
Public methodGetHashCode (Inherited from Object.)
Public methodGetType (Inherited from Object.)
Protected methodMemberwiseClone (Inherited from Object.)
Public methodCode exampleSetComponent
Set the specified component of the connection string to value or adds it if there is no current value
Public methodToString
Represent the connection string a string
(Overrides ObjectToString.)
Top
Extension Methods
  NameDescription
Public Extension MethodConvertTReturn
The purpose of this method is to convert object me to TReturn. Why? Because if you have an instance of Act that actually needs to be a SubstanceAdministration we can't just cast so we have to copy.
(Defined by ExtensionMethods.)
Top
See Also