The ConnectionString type exposes the following members.
Constructors
Name | Description | |
---|---|---|
![]() | ConnectionString |
Parses the provided connection string
|
Methods
Name | Description | |
---|---|---|
![]() | Equals | (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 a hash function for a particular type. (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 the string representation of this connection string.
(Overrides Object..::..ToString()()()().) |
Properties
Name | Description | |
---|---|---|
![]() | Account |
Get the account ID used for signing REST operations
|
![]() | Configuration |
Get the path to the DotNetRDF configuration file used to configure the underlying store
|
![]() | DnrQuery |
Get the URI identifier of the SPARQL query endpoint configuration node in the DotNetRDF configuration file
|
![]() | DnrStorageServer |
Get the URI identifier of the storage server configuration node in the DotNetRDF configuration file
|
![]() | DnrStore |
Get the URI identifier of the store configuration node in the DotNetRDF configuration file
|
![]() | DnrUpdate |
Get the URI identifier of the SPARQL update endpoint configuration node in the DotNetRDF configuration file
|
![]() | Key |
Get the shared key used for signing REST operations
|
![]() | OptimisticLocking |
Get the boolean flag that indicates if optimistic locking is enabled
for data objects and entity framework entities accessed through this connection
|
![]() | Password |
Get the password to use where credentials are required
|
![]() | ServiceEndpoint |
Returns the configured service endpoint
|
![]() | StoreName |
Returns the configured store name
|
![]() | StoresDirectory |
Returns the configured store directory
|
![]() | Type |
Returns the configured connection type
|
![]() | UserName |
Get the user name to use where credentials are required
|