IConnectionString interface
namespace: Serenity.Data assembly: Serenity.Net.Data
Contains a connection string, its key and provider name.
public interface IConnectionString
Members
| name | description |
|---|---|
| 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
- Source: IConnectionString.cs