Skip to content

Latest commit

 

History

History
23 lines (17 loc) · 1.09 KB

ConnectionStringInfo.md

File metadata and controls

23 lines (17 loc) · 1.09 KB

ConnectionStringInfo class

namespace: Serenity.Data   assemblySerenity.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