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