ConnectionStringInfo class
namespace: Serenity.Data assembly: Serenity.Net.Data
Contains a connection string, its key and provider name.
public class ConnectionStringInfo : IConnectionString
Public Members
| name | description |
|---|---|
| ConnectionStringInfo(…) | Initializes a new instance of the ConnectionStringInfo class. |
| ConnectionKey { get; } | Gets the connection key. |
| ConnectionString { get; } | Gets the connection string. |
| Dialect { get; } | Gets the dialect. |
| ProviderName { get; } | Gets the name of the provider. |
See Also
- interface IConnectionString
- Source: ConnectionStringInfo.cs