ConnectionStringEntry class
namespace: Serenity.Data assembly: Serenity.Net.Data
Connection string setting
public class ConnectionStringEntry
Public Members
| name | description |
|---|---|
| ConnectionStringEntry() | The default constructor. |
| ConnectionString { get; set; } | Gets / sets connection string |
| Dialect { get; set; } | Gets / sets dialect name |
| DialectInstance { get; set; } | Gets / sets the dialect instance |
| ProviderName { get; set; } | Gets / sets provider name |
See Also
- Source: ConnectionStringEntry.cs