The ConnectionString type exposes the following members.

Constructors

  NameDescription
Public methodConnectionString
Parses the provided connection string

Methods

  NameDescription
Public methodEquals
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
Protected methodFinalize
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object.)
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.)
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodToString
Returns the string representation of this connection string.
(Overrides Object..::..ToString()()()().)

Properties

  NameDescription
Public propertyAccount
Get the account ID used for signing REST operations
Public propertyConfiguration
Get the path to the DotNetRDF configuration file used to configure the underlying store
Public propertyDnrQuery
Get the URI identifier of the SPARQL query endpoint configuration node in the DotNetRDF configuration file
Public propertyDnrStorageServer
Get the URI identifier of the storage server configuration node in the DotNetRDF configuration file
Public propertyDnrStore
Get the URI identifier of the store configuration node in the DotNetRDF configuration file
Public propertyDnrUpdate
Get the URI identifier of the SPARQL update endpoint configuration node in the DotNetRDF configuration file
Public propertyKey
Get the shared key used for signing REST operations
Public propertyOptimisticLocking
Get the boolean flag that indicates if optimistic locking is enabled for data objects and entity framework entities accessed through this connection
Public propertyPassword
Get the password to use where credentials are required
Public propertyServiceEndpoint
Returns the configured service endpoint
Public propertyStoreName
Returns the configured store name
Public propertyStoresDirectory
Returns the configured store directory
Public propertyType
Returns the configured connection type
Public propertyUserName
Get the user name to use where credentials are required

See Also