Show / Hide Table of Contents

Class DalOptions

数据访问设置项

Inheritance
System.Object
DalOptions
Namespace: DapperDal
Assembly: DapperDal.dll
Syntax
public class DalOptions : object

Properties

| Improve this Doc View Source

SoftActivePropsFactory

逻辑激活时更新属性和值的构造器

Declaration
public Func<object> SoftActivePropsFactory { get; set; }
Property Value
Type Description
Func<System.Object>
| Improve this Doc View Source

SoftDeletePropsFactory

逻辑删除时更新属性和值的构造器

Declaration
public Func<object> SoftDeletePropsFactory { get; set; }
Property Value
Type Description
Func<System.Object>

Extension Methods

SortingExtensions.ToSortable(Object)
  • Improve this Doc
  • View Source
Back to top Copyright © 2015-2017 Microsoft
Generated by DocFX