Class DalOptions
数据访问设置项
Inheritance
System.Object
DalOptions
Namespace: DapperDal
Assembly: DapperDal.dll
Syntax
public class DalOptions : object
Properties
| Improve this Doc View SourceSoftActivePropsFactory
逻辑激活时更新属性和值的构造器
Declaration
public Func<object> SoftActivePropsFactory { get; set; }
Property Value
Type | Description |
---|---|
Func<System.Object> |
SoftDeletePropsFactory
逻辑删除时更新属性和值的构造器
Declaration
public Func<object> SoftDeletePropsFactory { get; set; }
Property Value
Type | Description |
---|---|
Func<System.Object> |