Click or drag to resize
ConnectionStringConfigurator Methods

The ConnectionStringConfigurator type exposes the following members.

Methods
  NameDescription
Public methodEquals
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
Public methodGet
Gets the connection string.
Public methodGetHashCode
Serves as a hash function for a particular type.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodIsProvidedBy
Sets a method that is responsible for returning a connection string. This method is called each time a connection string is required for an operation.
Public methodCode exampleIsThis
Sets the connection string to the given value.
Public methodCode exampleNamed
Use the connection string with the given name from the app.config file.
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
See Also