Class DatabaseOptions
数据库配置选项
public sealed class DatabaseOptions
- Inheritance
-
DatabaseOptions
- Inherited Members
Properties
CommandTimeoutMs
public int CommandTimeoutMs { get; set; }
Property Value
ConnectionString
public string? ConnectionString { get; set; }
Property Value
KeyColumn
public string? KeyColumn { get; set; }
Property Value
Provider
数据库提供程序: SqlServer/MySql/PostgreSql/Oracle/SQLite
public string? Provider { get; set; }
Property Value
Table
public string? Table { get; set; }
Property Value
ValueColumn
public string? ValueColumn { get; set; }