Show / Hide Table of Contents

Interface IExistsPredicate

表示是否存在的谓词接口

Inherited Members
IPredicate.GetSql(ISqlGenerator, IDictionary<String, Object>)
Namespace: DapperDal.Predicate
Assembly: DapperDal.dll
Syntax
public interface IExistsPredicate : IPredicate

Properties

| Improve this Doc View Source

Not

比较类型是否逻辑非

Declaration
bool Not { get; set; }
Property Value
Type Description
System.Boolean
| Improve this Doc View Source

Predicate

子谓词

Declaration
IPredicate Predicate { get; set; }
Property Value
Type Description
IPredicate

Extension Methods

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