Table of Contents

Class DatabaseOptions

Namespace
Apq.Cfg.Database
Assembly
Apq.Cfg.Database.dll

数据库配置选项

public sealed class DatabaseOptions
Inheritance
DatabaseOptions
Inherited Members

Properties

CommandTimeoutMs

public int CommandTimeoutMs { get; set; }

Property Value

int

ConnectionString

public string? ConnectionString { get; set; }

Property Value

string

KeyColumn

public string? KeyColumn { get; set; }

Property Value

string

Provider

数据库提供程序: SqlServer/MySql/PostgreSql/Oracle/SQLite

public string? Provider { get; set; }

Property Value

string

Table

public string? Table { get; set; }

Property Value

string

ValueColumn

public string? ValueColumn { get; set; }

Property Value

string