C# Class SqlSugar.DataBaseConfig

Datei anzeigen Open project: sunkaixuan/SqlSugar

Public Properties

Property Type Description
IdentityKeys List
IsManualConfiguration bool
PrimaryKeys List

Property Details

IdentityKeys public_oe static_oe property

key表名 value自添列名
public static List IdentityKeys
return List

IsManualConfiguration public_oe static_oe property

手动配置
public static bool IsManualConfiguration
return bool

PrimaryKeys public_oe static_oe property

key表名 value主键名
public static List PrimaryKeys
return List