ConnectionStringInfo class

namespace: Serenity.Data   assemblySerenity.Net.Services

Contains a connection string, its key and provider name.

public class ConnectionStringInfo : IConnectionString
parameter description
connectionKey The connection key.
connectionString The connection string.
providerName Name of the provider.
dialect Dialect

Public Members

name description
ConnectionStringInfo(…) Contains a connection string, its key and provider name.
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.

Remarks

Initializes a new instance of the ConnectionStringInfo class.

See Also