Show / Hide Table of Contents

Interface IFieldPredicate

表示字段值比较谓的词组接口

Inherited Members
IComparePredicate.Operator
IComparePredicate.Not
IBasePredicate.PropertyName
IPredicate.GetSql(ISqlGenerator, IDictionary<String, Object>)
Namespace: DapperDal.Predicate
Assembly: DapperDal.dll
Syntax
public interface IFieldPredicate : IComparePredicate, IBasePredicate, IPredicate

Properties

| Improve this Doc View Source

Value

字段值

Declaration
object Value { get; set; }
Property Value
Type Description
System.Object

Extension Methods

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